Devilwillcry4you Active member Jan 20, 2013 #1 How would I change the color of the background of the purple circle and the color of the text of the red circle. Attachments zenhelp.png 5.2 KB · Views: 16
How would I change the color of the background of the purple circle and the color of the text of the red circle.
Jake Bunce Well-known member Jan 20, 2013 #2 Admin CP -> Appearance -> Templates -> EXTRA.css Rich (BB code): .navTabs .navTab.help .navLink { color: red; } .navTabs .navTab.members { background-color: purple; } Upvote 0 Downvote
Admin CP -> Appearance -> Templates -> EXTRA.css Rich (BB code): .navTabs .navTab.help .navLink { color: red; } .navTabs .navTab.members { background-color: purple; }
Devilwillcry4you Active member Jan 20, 2013 #3 would this work for all the tabs or just the ones specified in the css? Upvote 0 Downvote
Jake Bunce Well-known member Jan 20, 2013 #4 To affect all tabs you can remove the tabids (.help and .members) If your question is about styling all tabs then see this post: http://xenforo.com/community/threads/change-the-color.8749/#post-120671 Upvote 0 Downvote
To affect all tabs you can remove the tabids (.help and .members) If your question is about styling all tabs then see this post: http://xenforo.com/community/threads/change-the-color.8749/#post-120671
Devilwillcry4you Active member Jan 20, 2013 #5 Sorry I must have explained it wrong, the blue in I believe is in the popup css somewhere and the purple was just the font color itself from the light blue. Upvote 0 Downvote
Sorry I must have explained it wrong, the blue in I believe is in the popup css somewhere and the purple was just the font color itself from the light blue.