Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13
  1. #11
    Join Date
    Sep 2012
    Posts
    168
    Plugin Contributions
    0

    Default Re: Category's in Navigation Menu Help!!

    Thank you the font size worked great as for the box them off I meant like add lines on each side or around them so they look like they are in a box or seperated from each other.

  2. #12
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Category's in Navigation Menu Help!!

    You can add a border: declaration to the same rule to put boxes around each link, or slightly more complex:
    Code:
    #navCatTabs ul li a {
    color: white;
    font-size: 1.5em;
    } 
    #navCatTabs ul li+li a {
    border-left: 1px solid #aabbcc;
    }
    This will put a separator line to the left of every link after the first one.

  3. #13
    Join Date
    Sep 2012
    Posts
    168
    Plugin Contributions
    0

    Default Re: Category's in Navigation Menu Help!!

    That worked great thank you very much!!

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Help removing 'Brands' from my navigation menu
    By KenshiroU in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 7 Aug 2013, 08:04 PM
  2. Custom Category Navigation Menu
    By antondesignstudio in forum General Questions
    Replies: 2
    Last Post: 23 Sep 2008, 10:13 PM
  3. IE7 Cannot see navigation bar or category tab menu in header
    By GG01 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 21 Jul 2008, 08:00 PM
  4. Category Navigation menu needs to head up?
    By JohnnyHormone in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 29 Apr 2007, 08:40 AM
  5. need help with navigation menu
    By MadPricerSales in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 1 Sep 2006, 07:25 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg