Bueno theme-changing color of widgets
-
Hi, im using the bueno theme, and have a quick question. The lines under the widgets and the line under the top menu are all green and I would like to change them to grey. Any suggestions?
Thanks,
Marion
The blog I need help with is: (visible only to logged in users)
-
Hi Marion,
This CSS combo should do the trick:
.widget h3 { border-color: #fff; } #pagenav a { border-color: #fff; } .widget-bueno-featured li { border-color: #fff; }Just input that under Appearance -> Customize -> CSS. I changed all the colors to white, but you can adjust the hex codes to achieve whatever color you’re looking for.
Also, just for future reference, we have a forum devoted to CSS customizations here:
https://en.forums.wordpress.com/forum/css-customization
In case you’re interested to learn a bit more, we have some information and resources here:
http://en.support.wordpress.com/custom-design/editing-css/
Let me know if you need anything else!
-
-
I do have another problem now, that you might be able to help me with. Now the line under the top menu goes green when you hover over the menu. Do you know how to change this to grey as well?
Thank you!
Marion
-
Hi Marion!
This CSS should change the bottom line when you hover over menu items:
#pagenav li.current_page_item a, #pagenav li.current-menu-item a, pagenav li.current-menu-ancestor a, #pagenav li a:hover { border-color: #fff; }Give that a try!
-
-
- The topic ‘Bueno theme-changing color of widgets’ is closed to new replies.