• Is there a way to change the theme color from red to some other color?
    (I wanted a blue to be specific)

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    Yes! It is very possible to change the color.

    You may want to use a child theme or a custom CSS plugin just in case so you won’t lose any changes if the theme get updated.

    Depending on what you want to change, be sure to use your browser’s developer tools in order to select the item(s) you would like to change the color of.

    Thread Starter misterono

    (@misterono)

    Any chance of directing me on how to do so? Is there a tutorial or something I can refer to?

    you may try below code in your custom CSS section.

    a {
    color: #ff6600;
    }

    you can change color code (one with #ff6600) as per your wish.

    here is a link to find out color code
    http://html-color-codes.info/

    Theme Author Access Keys

    (@access-keys)

    Hi there.

    Thank you for writing to us.

    And apologize for our late reply.

    Did the code work as suggested by Sudheer?

    Also many thanks to Sudheer for supporting.

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change theme color?’ is closed to new replies.