Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #565376

    How can i hide this items for my blog items and search page.

    I have tried to at following code in custom.css but it doesn’t work:
    .entry-content .post-meta-infos {
    display: none;
    }

    Thanks!

    #565568

    Hey igraphBE!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    span.blog-categories,.search span.post-meta-infos {
        display: none !important;
    }

    Cheers!
    Yigit

    #565754

    Thx Yigit, Works great.
    Only on the added link the date, comments and author are still visible.

    #565836

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .post-meta-infos {
        display: none!important;
    }

    Cheers!
    Yigit

    #566031

    Perfect, thx!

    #566454

    Hi,

    Glad we could help :-)

    Cheers!
    Rikard

    #720430

    Hi,
    do you also have a quick CSS so the date in the search (ajax dropdown) will be hidden?
    Thanks

    #720493

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .ajax_search_excerpt { display: none !important; }
    

    Best regards,
    Yigit

    #720498

    Hi Yigit,

    that did it perfectly! Thank you very much!

    Kind regards
    Thomas

    #720501

    Hi!

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘hide category / date / comments’ is closed to new replies.