Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #298172

    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;
    }
    #298186

    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

    #298231

    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

    #298235

    Hi!

    You are welcome. Yes it is recommended to deactivate it when making styling changes. Let us know if you have any other questions or issues :)

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘blockquote border-color will not show what is in quick css’ is closed to new replies.