• hi, i need to remove the below words, ho to do it ?
    (for the tags i can not find the string php_the tags in any .php)
    thank you

    Raduno auto d’ Epoca ultima modifica: 2015-02-16T14:34:14+00:00 da graziano

    Tagged on: auto e moto d’ epoca nelle Baleari baleari auto e moto eventi Maiorca raduno d’ epoca Palma di Maiorca

    you can see what i mean here >> http://www.viveremaiorca.it/eventi/raduno-auto-epoca/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey there grazianochiappa,

    Hope you’re well today!

    You can remove tags from your single post pages with some custom CSS. Since the theme has it’s own custom CSS tab which is located in Appearance >> Theme Options >> Design >> Custom CSS you can try adding the following code there:

    .single #content .tags {
    display: none;
    }

    This should remove tags from your single post pages.

    Hope this helps 🙂

    Best regards,
    Bojan

    Thread Starter grazianochiappa

    (@grazianochiappa)

    I put this code (as yours !) before reading your post, it works so nice !

    .hatom-extra {
    display: none;
    }
    .single #content .tags {
    display: none;
    }

    Many thanks !!!
    Graziano

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘remove tags’ is closed to new replies.