adl333 0 Share Posted November 9, 2019 Hi there, website is belvederebc.com, I'm trying to change the font colors of each link in "communities" subnav, first one (Residences at Belvedere) to #a00101 (red) second to #29a5a5 third to #2e8c2e fourth to #e65c00 Any help (even just some) would be greatly appreciated. Thanks! Link to post
0 tuanphan 9,000 Share Posted November 9, 2019 Add to Home > Design > Custom CSS .subnav ul li:nth-child(1) a { color: red !important; } .subnav ul li:nth-child(2) a { color: green !important; } .subnav ul li:nth-child(3) a { color: violet !important; } You can send your question to my email to get detail answer. / How to Setup Password & Share URL --- Happy New Year Link to post
0 adl333 0 Author Share Posted November 9, 2019 Thats a good thought but that would apply to all subnavs, I need Community only Link to post
0 tuanphan 9,000 Share Posted November 9, 2019 43 minutes ago, adl333 said: Thats a good thought but that would apply to all subnavs, I need Community only try nav.main-nav .folder-collection.folder:nth-child(3) .subnav ul li:nth-child(1) a { color: red !important; } nav.main-nav .folder-collection.folder:nth-child(3) .subnav ul li:nth-child(2) a { color: violet !important; } You can send your question to my email to get detail answer. / How to Setup Password & Share URL --- Happy New Year Link to post
Question
adl333 0
Hi there, website is belvederebc.com,
I'm trying to change the font colors of each link in "communities" subnav,
first one (Residences at Belvedere) to #a00101 (red)
second to #29a5a5
third to #2e8c2e
fourth to #e65c00
Any help (even just some) would be greatly appreciated.
Thanks!
Link to post
Top Posters For This Question
2
2
Popular Days
Nov 9
4
Top Posters For This Question
adl333 2 posts
tuanphan 2 posts
Popular Days
Nov 9 2019
4 posts
3 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment