Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #815218

    Rue Nel
    Moderator

    Hello There,

    You’re welcome! We are just glad we were able to help you out.
    Thanks for letting us know that it has worked for you.

    Cheers.

    #997978

    bzkondracki
    Participant

    Hello, I am having trouble hiding the tags at the bottom of my posts in Renew. I’ve tried all the suggestions I could find in the forum discussions to no avail. Currently, I have this CSS in my custom CSS:

    .x-renew .post .entry-footer {
    display: none;
    }

    But the tags are still appearing at the bottom of posts. See the page:

    http://658.5bf.myftpupload.com/gohawkeye-leg-up-adventure-contest/

    Any suggestions would be appreciated!

    #998200

    Darshana
    Moderator

    @bzkondracki

    Please try adding the following CSS rule instead.

    
    .single-post .entry-footer {
        display: none;
    }
    

    Hope that helps.

    #998307

    bzkondracki
    Participant

    Perfect. Thanks so much!

    #998775

    Rue Nel
    Moderator

    You’re welcome!
    Thanks for letting us know that it has worked for you.