Dynamic Well-known member Mar 31, 2013 #1 Hi guys, I would like to add a radius to the sub-navigation container in the navigation menu. Does anyone know what CSS code I need to add to EXTRA.css? Thanks.
Hi guys, I would like to add a radius to the sub-navigation container in the navigation menu. Does anyone know what CSS code I need to add to EXTRA.css? Thanks.
P Paul B XenForo moderator Staff member Mar 31, 2013 #2 Try tabLinks forumsTabLinks Upvote 0 Downvote
Dynamic Well-known member Mar 31, 2013 #3 .tabLinks .forumsTabLinks { border-bottom: #000 1px solid; } That is what I put in Extra. It did not work dude. Any other ideas? Upvote 0 Downvote
.tabLinks .forumsTabLinks { border-bottom: #000 1px solid; } That is what I put in Extra. It did not work dude. Any other ideas?
P Paul B XenForo moderator Staff member Mar 31, 2013 #4 Try this instead: Code: .navTabs .navTab.selected .tabLinks { border-radius: 10px !important; } Upvote 0 Downvote
Dynamic Well-known member Mar 31, 2013 #5 I don't care what everyone says about you dude, I like you Thanks heaps for the help man, worked a charm Upvote 0 Downvote
I don't care what everyone says about you dude, I like you Thanks heaps for the help man, worked a charm