Hi support,
Trying to change the color on the side of a blockquote, have this code in my Quick CSS but the color does not change, also tried using the Advanced styling, Edit Element for the blockquote which has no effect either. Am I missing something?
.main_color blockquote {
border-color: #b0c832;
}
Hey CrispyFried!
Your code is fine but you have CSS minifying feature enabled on one of your plugins. Please firstly disable it, flush browser cache and code should be applied. Then you can re-enable it
Regards,
Yigit
Hi Yigit,
That was driving me around the twist!
Thanks a lot for the quick answer.
I’ve only recently started using the minifying plugin, would you recommend always deactivating it when making changes to the CSS?
Chris