Need to change background coluor to Mystique tabbed widget
-
Hi!
I need to change background colour to one Mystique tabbed widget… I’ve been looking in the code, and I could not find anything…
Could you please help me with this?
I would like to have the background in white and letter in black or something.
Thanks!
The blog I need help with is: (visible only to logged in users)
-
I’m not sure if I’ve got the right tabbed widget, but the following code will change the background, font, and link colors for anything that uses “tab-container” as the class:
.tab-container { background: white; border: none; } .tab-container .menu-list li { color: #4E4E4E; } .tab-container .menu-list li a { color: #0071BB; background: white; } .tab-container .menu-list li a:hover { color: #888; } -
Thank you so much!
It works great! :)
have a nice day designsimply! Thanks for all your help
-
- The topic ‘Need to change background coluor to Mystique tabbed widget’ is closed to new replies.