Changing quote box colour
- The topic ‘Changing quote box colour’ is closed to new replies.
Need help? Check out our Support site, then
Hi,
When I add a quote to my blog, it automatically goes the blue colour, and the hover colour is black even though I’ve assigned it to go a purple colour.
How do I change to quote box colour?
Thanks!
Harriet
The blog I need help with is: (visible only to logged in users)
Hi Harriet,
The purple background seems to be working – you may need to clear your browsers cache. To edit the hover colour, just add this to your custom css box and edit to suit:
.format-quote a:hover blockquote {
background: #2c2f32;
}