Tagged: , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #18742
    Graham
    Member

    Is there a way to change the nav borders. I’d like them to be white if possible? I’ve tried a few things in the custom CSS box but I don’t think I have the correct object in my command.

    Do you know the correct code?

    Here’s what I have.

    #header-menu-container { border-style: solid; border-color: #ffffff; }

    Thanks for any help you can provide.
    Best,
    Graham
    media-cracker.com

    #18743
    Graham
    Member

    Nevermind. I was able to change the top border with this command.

    #header-menu ul.menu { border-top: 3px solid white; }

    I like this look better than what I had in mind anyway. 😀

    Hooray for learning!

    #18752
    Sakin
    Keymaster

    @Graham: try using hexadecimal color code in CSS. So, your Custom CSS can be as.
    #header-menu ul.menu { border-top: 3px solid #fff; }

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Navigation Borders’ is closed to new replies.