Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #36134
    nac2311
    Member

    Hi @sakin,
    I’m using simple catch to show a client what your templates can do and I’m trying to get the main nav looking right.
    http://www.marcomsonline.co.uk is the holding domain for the site.
    If you look at the main nav you can see a white border around the boxes. I’ve put some css in to use a black border, but that doesn’t seem to work all around each box.
    Also, I can’t seem to get the css right for the submenus. I want them to be the same background colour as the main nav and the text to be bold regardless of hover state.
    If they like the result I’d suggest they purchase the pro upgrade.
    Just wondered if you could help 🙂
    Thanks Neil

    #36148
    Sakin
    Keymaster

    Hi Neil,

    For border black, you need to add the following css in “Appearance => Theme Options => Custom CSS” box.
    #header #mainmenu ul li { border-color: #000; }

    For sub-menu background color:
    #header #mainmenu ul li ul { background-color: #333; }

    Regards,
    Sakin

    #36183
    nac2311
    Member

    Hi @Sakin,

    Thank you so much for that help 🙂

    I’ve also added font-weight:bold; to the submenu hoping that it would keep the text in bold at all times, but it hasn’t. It only goes bold when you hover over the menu selection. Have I missed anything?

    Thanks again.
    Neil

    #36222
    Sakin
    Keymaster

    Hi Neil,

    You can try adding in the following css in “Appearance => Theme Options => Custom CSS” box.
    #header #mainmenu ul li ul li a { font-weight: bold; }

    Regards,
    Sakin

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Main nav boxes have white border’ is closed to new replies.