• Resolved rajesh25

    (@rajesh25)


    Hi,
    Please tell me how to remove folder icon of categories from single post in MH Magazine theme.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Rajesh25,

    thanks for using MH Magazine lite.

    What you have in mind requires CSS modifications. For CSS customizations you can always use your browsers inspection tool to inspect the elements on your site and then use that information to add your own code modifications, for example:

    .entry-meta-categories .fa { display: none; }

    You can add CSS code in your WordPress dashboard under Appearance => Customize => Additional CSS.

    Thread Starter rajesh25

    (@rajesh25)

    Thanks for your support , it worked.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How To Remove Category Folder Icon’ is closed to new replies.