Tagged: css, menu, navigation
- This topic has 2 replies, 2 voices, and was last updated 10 years, 10 months ago by Sakin.
Viewing 3 posts - 1 through 3 (of 3 total)
-
AuthorPosts
-
December 30, 2013 at 9:57 am #18742GrahamMember
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.comDecember 30, 2013 at 10:11 am #18743GrahamMemberNevermind. 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!
December 31, 2013 at 12:08 am #18752SakinKeymaster@Graham: try using hexadecimal color code in CSS. So, your Custom CSS can be as.
#header-menu ul.menu { border-top: 3px solid #fff; }
-
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘Navigation Borders’ is closed to new replies.