Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1803233
Where can I change the colors
Closed

Comments

  • ZedLaroche started the conversation

    Hi,

    I have troubles to change the colors of the theme. I went in "Appearance > Theme option > Colors" but it does not work for some items. 

    For example, I wanted to change the color of the "Team" component, from brown to Green".

    Same thing for the portfolio component, the filters button are brown and I want them green. I can't find it anywhere. I would also like to change the gradient color of the portfolio hover. 

    You can check my website url if needed

    Thank you for your help 

    Maxime

  •  4,774
    Michael replied

    HI!

    You need to change following css on this page:

    .gem-team-style-5 .team-person .image-hover {
        border-color: #eee2d2;
    }
    .gem-team-style-5 .team-person:hover .image-hover {
        background: #e5bf93;
        border-color: #e5bf93;
    }
    .portfolio-filters a.active {
        background: #cea26f;
    }
  • ZedLaroche replied

    Thank you ! It would be really more convenient to be able to update these colors in the settings page. 

  •  4,774
    Michael replied

    Welcome! Please contact us if you have any questions.