In the Chunk thme, how can i change the background colour (to white) of the quotations?
The blog I need help with is oeditorial.wordpress.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
In the Chunk thme, how can i change the background colour (to white) of the quotations?
The blog I need help with is oeditorial.wordpress.com.
Here is the code used to adjust the left border and background color for quotations or blockquote elements:
blockquote {
background: #EEE;
border-left: 10px solid #36BCAB;
}
To change the background color to white, add this to your Appearance → Custom Design → CSS page:
blockquote {
background: white;
}
Thank you so much! :)
Cheers. :)
This topic has been closed to new replies.