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

Okay
  Public Ticket #1157910
Portfolio Filter Buttons
Closed

Comments

  •  2
    Jordan started the conversation

    Hi, I can't seem to locate where I change the colours for buttons (background colours, text colours for active and hover etc) for the portfolio filter on my homepage and work page [https://whimsiecreative.co.uk/work/].

    Can you advise?

    Thanks,

    Jordan

  •  444
    Sergio replied

    HI!

    pls. use following css:

    .portfolio-filters a{
        background-color:#000 !important;
        color:#fff !important;
    }
    .portfolio-filters a:hover{
        background-color:#fff !important;
        color:#000 !important;
    }
    .portfolio-filters a.active{
        background-color:#cc0000 !important;
        color:#fff !important;
    }
    .portfolio-filters a.active:hover{
        background-color:#fff !important;
        color:#cc0000 !important;
    }

     


    If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated!  (How to rate).

    Regards Sergio Codex.