Remove grey background from widget on Plane theme
-
Hi there,
Can you please tell me how to remove the grey background on the sidebar widgets on the Plane theme?
https://michellerosefishery.wordpress.com
Thank you,
Maeve
The blog I need help with is: (visible only to logged in users)
-
Oh, and I also couldn’t figure out how to increase the font size of the top navigation.
Thanks twice!
Maeve
-
This bit of code turns the widget’s grey background to white:
#secondary .widget { background:#fff; }Alternatively, you could use this bit and instead make the widget area look more like an independent section rather than boxed components:
.site-content .widget-area { background: #f7f7f7; }I have no nav solution for you at this time.
-
Add this CSS to increase the font size of the top navigation menu
.nav-menu ul li a { font-size: 15px; padding-left: 0px; padding-right: 26px; } -
- The topic ‘Remove grey background from widget on Plane theme’ is closed to new replies.