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 #1175032
Guide to Colors in theme options
Closed

Comments

  • francarranza started the conversation

    Hi, is there any guide on the extensive list of colors in theme options? There are sooo many, that I don't know which is which.

    For example, could you tell me where I change the colors at: http://jalisco.wargostudio.com/sucursales/ on the portfolio filter menu?

    Thanks! The theme is great, as well as the support!!!

  •  7,092
    Oliver replied

    HI!

    The most simple way is to changes it via css:

    .portfolio-filters a.active {
        background-color: #000;
        color: #fff;
    }
    .portfolio-filters a {
        background-color: #fff;
        color: #000;
    }
    

     

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver