akia Well-known member Apr 3, 2013 #1 I'm wanting to change the Home, Forum, Members links etc in my mane header white but I can't work out where to do it. Can someone give me a hint in the style property's of where to look.
I'm wanting to change the Home, Forum, Members links etc in my mane header white but I can't work out where to do it. Can someone give me a hint in the style property's of where to look.
Shelley Well-known member Apr 3, 2013 #2 Can't remember where in the SP but i know the following will work adjusting the color accordingly. Appearance >> Style Properties >> Header & navigation >> The rest resides in there. Code: .navTabs .navTab.PopupClosed .navLink { color: red;} Upvote 0 Downvote
Can't remember where in the SP but i know the following will work adjusting the color accordingly. Appearance >> Style Properties >> Header & navigation >> The rest resides in there. Code: .navTabs .navTab.PopupClosed .navLink { color: red;}
akia Well-known member Apr 3, 2013 #3 Shelley said: Can't remember where in the SP but i know the following will work adjusting the color accordingly. Code: .navTabs .navTab.PopupClosed .navLink { color: red;} Click to expand... thanks Shelly, thats done the trick. Upvote 0 Downvote
Shelley said: Can't remember where in the SP but i know the following will work adjusting the color accordingly. Code: .navTabs .navTab.PopupClosed .navLink { color: red;} Click to expand... thanks Shelly, thats done the trick.