Echelon Active member Nov 16, 2013 #1 anyone knows how to have 1 item in the navigation set to bold? it's the one with the orange marking thnx
anyone knows how to have 1 item in the navigation set to bold? it's the one with the orange marking thnx
P Paul B XenForo moderator Staff member Nov 16, 2013 #2 Unless it has a unique ID or class, you will have to edit the template and apply inline styling. Upvote 0 Downvote
Echelon Active member Nov 16, 2013 #3 yes....inline styling at the template....i have seen it but to complicated for me to do Upvote 0 Downvote
Shelley Well-known member Nov 16, 2013 #4 Echelon said: anyone knows how to have 1 item in the navigation set to bold? it's the one with the orange marking thnx View attachment 61308 Click to expand... If that link is only displayed on forum index and is the last link in the list adding this might work for you by pasting the following in EXTRA.CSS Code: .tabLinks.forumsTabLinks li:last-child{font-weight: bold} Upvote 0 Downvote
Echelon said: anyone knows how to have 1 item in the navigation set to bold? it's the one with the orange marking thnx View attachment 61308 Click to expand... If that link is only displayed on forum index and is the last link in the list adding this might work for you by pasting the following in EXTRA.CSS Code: .tabLinks.forumsTabLinks li:last-child{font-weight: bold}
Echelon Active member Nov 16, 2013 #5 Shelley said: If that link is only displayed on forum index and is the last link in the list adding this might work for you by pasting the following in EXTRA.CSS Code: .tabLinks.forumsTabLinks li:last-child{font-weight: bold} Click to expand... W.O.W! Upvote 0 Downvote
Shelley said: If that link is only displayed on forum index and is the last link in the list adding this might work for you by pasting the following in EXTRA.CSS Code: .tabLinks.forumsTabLinks li:last-child{font-weight: bold} Click to expand... W.O.W!