Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #302782

    hi –
    i want to remove the meta data (date, comments) from the blog posts inserted on a page. i want it only to apply to this color section so i am using id. tried this:
    div.slide-meta {
    display: none;
    }

    it’s not working.

    #302786

    Hey blankonblank!

    Please use following code instead

    #av_section_3 .slide-meta {
    display: none!important;
    }

    Cheers!
    Yigit

    #302813

    thanks!

    #303076

    Hey!

    Glad we could help you. Enjoy the theme.

    Cheers!
    Günter

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Blog Posts – Remove Meta’ is closed to new replies.