• my blog: https://imperativesounds.com

    Hello! I have a small problem.

    Basically, I want to remove the list of tags under each entry. This seems like a simple thing to do, but I can’t find the answer anywhere.

    Any help is appreciated. Peace!

Viewing 2 replies - 1 through 2 (of 2 total)
  • may be the code will be in index.php
    you have to check the code after posted in

    Probably the easiest way to do that is in the CSS code using “display: none;” However, you should never modify theme files — so create a child theme or use a custom CSS option /plug in for any changes. (Jetpack has that functionality if you only want to change CSS.)

    Then, add this code to your new CSS file:

    span.art-posttagicon {
        display: none;
        line-height: 1em;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing "tags" under entries’ is closed to new replies.