• Hi all

    If you watch my Blog “www.ridefast.ch” then you see that i work with the “more” command. Now my Problem is that all the tags i use in my post are shown before anything. I don’t like that at all. I rather would love that the tags are only visible when you open the complete post and then not on top but at the bottom.

    can someone help me with that?

    I’m using is twenty sixteen theme.

    thanks in advance

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @juniorsantiago

    You can achieve this by applying following CSS code.

    span.cat-links {
        visibility: hidden;
    }
    
    span.comments-link {
        margin-top: -40px;
    }

    Using this CSS tag not show on homepage.

    I hope this helps a bit.

    Thanks.

    Thread Starter juniorsantiago

    (@juniorsantiago)

    hey

    thanks alot for this but funny thing is they gone since yesterday but i did not have done anything.

    so i’m happy but i keep this hint saved for the future

    Thread Starter juniorsantiago

    (@juniorsantiago)

    now they back again

    can you tell me where to i have to put this code ?

    Hello, @juniorsantiago

    You can easily add a plugin to change the CSS code for your header Like this one -> https://el.www.ads-software.com/plugins/custom-css-js/

    You can copy paste this into the CSS editor of the plugin and make it load in the footer.

    Else you could append it to the current style.css of your theme at the very bottom of the file ( Appearance -> Editor -> Select the Style.css of the theme you are using ).

    I hope this helps a bit.

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Tag Problem’ is closed to new replies.