Home Forums Themes Support Gecko Color

Topic Resolution: Resolved
Viewing 1 reply thread
  • Author
    Posts
    • #543

      Hey

      I want to replace theme default colour. as you don’t have color panel its hard and I don’t want to go change everything manually …

      I just want to change gold to red. please provide me code need to do that.

       

      Regards

      Plaban

      • This topic was modified 7 years, 5 months ago by Harry.
    • #545

      Hi,

      We will update feature to theme color in future.

      This time you can copy css syntax from “style.css in gecko” to “style.css in gecko-child”
      You can find all “#b59677” and replace with your color
      Example:

      a.button-o-w:hover {
      border: 1px solid #b59677;
      background: #b59677;
      color: #fff;
      }
      

      Change it to

      a.button-o-w:hover {
      border: 1px solid red;
      background: red;
      }
      

      Best regards!

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 1 reply thread

You must be logged in to reply to this topic.