Okay
  Public Ticket #142867
Portfolio sorting rollover colour
Closed

Comments

  • Andrew started the conversation
    Hello! Can you please tell me if it is possible to change the rollover text colour of the Portfolio sorting/category links to something other than the standard Accent-Colour? Thank you in advance! Andrew
  •  982
    ThemeNectar replied

    Hey Andrew,

    add this into your custom css box in the theme options panel:

    body #portfolio-filters-inline .container ul li a.active {
        color: #ff0000!important;
    }

    Cheers :)

  • Andrew replied

    Thank you as always ... This worked perfectly :)

    Andrew