Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #316619
    ccarnahan
    Participant

    I am looking to edit some of the theme options. I read on Catch Theme’s FAQ that we can customize color and that each theme is supposed to come with customizable options. I want the accent color to be changed from the orange color to the color “D900CF” and I am not sure where to do that.

     

    Thank you!

    #316630
    tikaram
    Keymaster

    @ccarnahan : Login to your WordPress admin section. Go to Appearance => Site Editor.
    From the site editor click on the text block where you would like to change the color. In the sidebar of the editor under the blocks tab you will find color option as shown below. Now you can change the text, background and link color as desired.
    color-change
    Let me know if this helps you out.

    Regards,
    Tikaram

    #316631
    ccarnahan
    Participant

    Thank you for the response. I have figured out how to do it for individual aspects, but specifically, I am having trouble with the buttons. When you hover over the button, it fills with color from left to right. That color is still the orange of the theme that I am trying to change.

    I don’t know where to find the hover effect in the block settings.

    #316684
    tikaram
    Keymaster

    @ccarnahan : If you are having difficulty changing the color from site editor then you may add the following additional css.
    Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css.

    .is-style-outline .wp-block-button__link::after {
        background-color: #D900CF;
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Theme Options’ is closed to new replies.