• Resolved sorezar

    (@sorezar)


    Hey, so even after changing the Widget Primary Color in “Filters -> Settings -> General” the font colors are still the default red color at the shop. I tried looking the forum a little and found some stuff and added these codes:

    /* To change filter links color / .wpc-filters-widget-main-wrapper li.wpc-term-item a, .widget-area .widget li.wpc-term-item a{ color: #6ec1e4; } / To change filter counts color / .wpc-filters-widget-main-wrapper li.wpc-term-item .wpc-term-count, .widget-area .widget li.wpc-term-item .wpc-term-count{ color: #6ec1e4; } / To change filter’s title color */
    .wpc-filters-widget-main-wrapper .wpc-filter-title{
    color: #6ec1e4;
    }

    to Experimental -> Custom CSS and hoped that it would help or fix the color but that also didn’t help my case as well. So can you guys help me on how to fix the problem or change the colors of font? I want the color “#6ec1e4”

    (Also I don’t know if that changes anything but AJAX is not enabled at my filters settings and I don’t want to enable it as well)

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

Viewing 1 replies (of 1 total)
  • Plugin Support fesupportteam

    (@fesupportteam)

    Hi @sorezar

    Thank you for your interest in the Filter Everything plugin.

    Widget Primary Color?– doesn’t change the color of the fonts, it is changing checkboxes and range slider colors, etc. If you want to change the font color you need to use the custom CSS. But while doing it you need to remember about?CSS specifications?in order to make it work (or your styles will be ignored). Use dev tools on the page with the filter and look what classes are used to the filter title or terms and use them in Custom CSS to change the colors. But once again don’t forgot about CSS specifications.

    Here is a example for filter title:

    .wpc-filters-main-wrap .wpc-filter-title { color: red; }

    Best Regards – Victor

Viewing 1 replies (of 1 total)
  • The topic ‘Widget Primary Color doesn’t work’ is closed to new replies.