• Resolved christa13

    (@christa13)


    I think I have the functionality working fine. Now, I need to style it. The font size is small and the colors aren’t popping against the background. I am pretty familiar with CSS. I found this basic CSS in another post, but it does not work. Can you help me make this work? I want it to apply to all of the text, not just the links. Thanks!

    .widget-area .widget li.wpc-term-item a, .wpc-filters-widget-main-wrapper li.wpc-term-item a {
    color: #ffffff !important;
    font-family: inherit !important;
    font-size: 18px !important;
    }

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support fesupportteam

    (@fesupportteam)

    Hi?@christa13

    You can find the needed classes using browsing tools, and inspect the needed elements, as example here – https://prnt.sc/KHASb4wOaG8L

    Then go to the filters -> settings -> experimental -> Custom CSS and apply to the needed classes your custom styles.

    Since you are familiar with CSS you should take into account the CSS specificity, to make sure that your styles will be displayed normally.

    Best Regards – Victor

    Thread Starter christa13

    (@christa13)

    Awesome. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Style the Filter’ is closed to new replies.