Okay
  Public Ticket #1475884
Portfolio Filter Fonts
Closed

Comments

  •  1
    scotshurdler started the conversation

    Hi guys, wondering how to alter the portfolio filters in a couple of ways, 


    Would like to reduce the size of the font, possibly have it not capatilised and change the hover colour.  What's the best way to achieve this?


    Kind Regards,

    N

  • [deleted] replied

    Hi there,

    — You can change the fonts settings on the Typography area. For more info please read Typography articles.

    — Hover color is takes the color that you have selected on the Skin area of you theme options.

    This is a customization question and support doesn't offer customization services as we wrote on our support homepage and on this area. I will try to help you this time though

    If you want to change only the color of those filters when you hover on them, then you can add the code below to your Custom CSS area:

    .product-filter ul li a:hover {
        color: blue;
    }
    .product-filter ul li a:after {
        background-color: blue !important;
    }

    Have a great day!

  •  1
    scotshurdler replied

    Hi Yuli, 


    Thanks for the reply, I still don't know what part of it controls the portfolio filters font/size though?

    Kind Regards,

    N

  • [deleted] replied

    Hi scotshurdler,

    This is the selector:

    .product-filter ul li a

    You can see how easy you can find the selector, video: https://d.pr/v/UjS0LK.

    Have a great week!

    Will set this ticket as solved from here.