T Money Active member Sep 17, 2015 #1 Hello XF: I am trying to change the font color of the navigation bar menu: As you can see I already changed it on the SP/Navigation Tabs Container: For some reason the default blue won't change. Any advise would be appreciated. Thanks
Hello XF: I am trying to change the font color of the navigation bar menu: As you can see I already changed it on the SP/Navigation Tabs Container: For some reason the default blue won't change. Any advise would be appreciated. Thanks
P Paul B XenForo moderator Staff member Sep 17, 2015 #2 See point 8 of the FAQ here: https://xenforo.com/community/threads/frequently-asked-questions.5183/#post-181037 Upvote 0 Downvote
See point 8 of the FAQ here: https://xenforo.com/community/threads/frequently-asked-questions.5183/#post-181037
T Money Active member Sep 17, 2015 #3 Did I do something wrong here? I am not seeing the color change to my desired: .navTabs .navTab.PopupClosed .navLink { color: #971e1e@primaryDark; } Upvote 0 Downvote
Did I do something wrong here? I am not seeing the color change to my desired: .navTabs .navTab.PopupClosed .navLink { color: #971e1e@primaryDark; }
P Paul B XenForo moderator Staff member Sep 17, 2015 #4 You CSS is malformed. Either use this: Code: .navTabs .navTab.PopupClosed .navLink { color: #971e1e; } or this: Code: .navTabs .navTab.PopupClosed .navLink { color: @primaryDark; } Upvote 0 Downvote
You CSS is malformed. Either use this: Code: .navTabs .navTab.PopupClosed .navLink { color: #971e1e; } or this: Code: .navTabs .navTab.PopupClosed .navLink { color: @primaryDark; }
T Money Active member Sep 17, 2015 #5 Thank you. New problem: the background color on the navigation tabs bar is not continuous for the entire row, how to fix this? And how can I get rid of the orange line in between the top and bottom nav bars? And how to edit or remove the bottom nav bar menu? And how to edit or remove the bottom nav bar menu? For example get rid of "New Posts" menu. Attachments upload_2015-9-17_10-30-26.webp 7.4 KB · Views: 1 upload_2015-9-17_10-32-37.webp 7.4 KB · Views: 1 Upvote 0 Downvote
Thank you. New problem: the background color on the navigation tabs bar is not continuous for the entire row, how to fix this? And how can I get rid of the orange line in between the top and bottom nav bars? And how to edit or remove the bottom nav bar menu? And how to edit or remove the bottom nav bar menu? For example get rid of "New Posts" menu.
P Paul B XenForo moderator Staff member Sep 17, 2015 #6 This set of guides should help you identify the elements and classes you need to change: https://xenforo.com/community/resources/how-to.4390/ Upvote 0 Downvote
This set of guides should help you identify the elements and classes you need to change: https://xenforo.com/community/resources/how-to.4390/