• Hello,

    I’m using this cool Nisarg theme for my website and I wanted to know if its possible to hide the “folder” icon at the bottom of the articles ?

    Thanks you !
    K.

Viewing 1 replies (of 1 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello tolkhen,
    I think theme have no option for hide that icon but you can hide ‘folder’ icon by css.
    Put below css code into your current theme’s style.css file located at wp-content/themes/your theme/ folder.


    .entry-footer{
    display:none !important;
    }

    Hope this will helps you.

Viewing 1 replies (of 1 total)
  • The topic ‘Hide categories folder icon’ is closed to new replies.