Small Bug with Navigation Set

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • srmb
    Mivite

    • Dec 2006
    • 242

    #1

    Small Bug with Navigation Set

    Using the ReadyTheme Navigation Set for the top navigation, if I create a new navigation item, but choose Link:None, the display of the navigation button is messed up when I refresh my test store page. It does not center the button text and it is grayed out so you can't read it. If I choose to link it to something, it will display just fine. The reason I chose none as the link was because that particular navigation item had several child items underneath and there was no reason to link the parent nav item to any page or category.

    Shannon
  • Brennan
    Super Moderator









    • Jun 2009
    • 3481

    #2
    Re: Small Bug with Navigation Set

    Hi Shannon -

    We noticed that as well. We'll add some CSS to fix the styling. I'll post the css additions here so you can make add it to your stylesheet.
    Last edited by Brennan; 10-10-14, 02:28 PM.
    Brennan Heyde
    VP Product
    Miva, Inc.
    [email protected]
    https://www.miva.com

    Comment

    • Brennan
      Super Moderator









      • Jun 2009
      • 3481

      #3
      Re: Small Bug with Navigation Set

      Try adding this to your readytheme.css stylesheet:

      Code:
             .navbar .nav li {
       		text-align: center;
      		color: #fff;
      	}
      Brennan Heyde
      VP Product
      Miva, Inc.
      [email protected]
      https://www.miva.com

      Comment

      Working...
      X