Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #341178
    asacheung
    Participant

    Hello, I am using the Catch Vogue Pro theme. Is there a way to change the color #e87784 of  hover background button and blockquote colour? I want to change the another color.

    #341181
    sujeet
    Keymaster

    Hello @asako-kato,

    For changing Button Hover Background Color, you can do it from Appearance => Customizer => Colors => Button Hover Background Color and you are also able to change other colors as well.

    And for changing blockquote color please add the following css code to Appearance => Customizer => Additional Css

    
    blockquote {
       border-color: #008000 !important;
    }
    

    Please let me know if you’re able to do. Thank you.

    Regards,
    Sujeet

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.