• Resolved Samsz

    (@samsz)


    I would like to change the category icon – I have made new ones – and I would like to change the category background colors. Did install WP Term Colors, WP Term Icons and WP Term Images, but it doesn’t work…

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

Viewing 1 replies (of 1 total)
  • Directorist uses Font Awesome icons for its category. At the moment, there is no visual way to change category icons to anything but Font Awesome icons from the category settings page. However, it is possible to use your custom icons if you hire a developer to customize the core files of the plugin.

    And you can change the color of the icon using the CSS below. Put this code in Dashboard>appearance>Customizer> Additional CSS box and save it.

    
    //change icon color in the search home page. change this color value according to your need
    .directorist .directory_home_category_area ul.categories li span{
    color: red;// change this color value according to your need
    }
    // change icon color in search result page & single listing page
    .directory_tag span.fa {
        color: red;
    }
    

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Change Icons and colors’ is closed to new replies.