• please advice how do i change text size and font?
    Shop page created via Elementor+WooCommerce
    Not sure the link which i attached will help, as site is not published yet, attaching the screenshot below:
    https://prnt.sc/6M2gzhH9PiK6

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Iván Sosa

    (@ivansosa)

    Hi there,

    hope you are doing well! ??
    you can try a CSS rule like this one on Appearance > Customize > Additional CSS:

    .yith-wcan-filters .filter-item a{
        font-size: 12px;
        font-family: sans-serif;
    }

    We hope it helps you.

    Have a nice day!

    Thread Starter kashubey

    (@kashubey)

    Thank you! But this works only for items, and what should i do to change title text size?
    And also is it possible to change line spacing of the items? Because the text got smaller and spacing looks huge now. https://prnt.sc/K3dqHHRLr-Mi

    Plugin Support Iván Sosa

    (@ivansosa)

    Hello there,

    for the filter titles, you can apply this one:

    .yith-wcan-filters .filter-title{
        font-size: 13px;
    }

    For items spaces, you can try to apply in the previous CSS rule the line-height attribute.

    For example:

    line-height: 2px;

    We remain at your disposal.

    Have a great day!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change text size in the filter’ is closed to new replies.