Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

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,280
    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