Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1226556
    MARCYTRAVIS
    Participant

    Hi,

    I have the icon theme and 119 blog pages. Would you let me know the code/ actions to supress all the blog titles?

    Thanks in advance for your help!

    Marcy Travis

    MarcyTravis.com

    #1226593
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    .blog h2.entry-title {
        display: none;
    }

    Hope it helps 🙂

    #1226607
    MARCYTRAVIS
    Participant

    I did as intsructed, it changed the blog page display that holds all the blogs, but not the individual blog posts. Sorry if I wasn’t clear initially!

    #1226609
    MARCYTRAVIS
    Participant
    #1226620
    Thai
    Moderator

    Hi There,

    Please update the previous CSS a bit:

    .blog .entry-title,
    .single-post .entry-title {
        display: none;
    }

    Hope it helps 🙂

    #1226651
    MARCYTRAVIS
    Participant

    Thank you so much! 🙂

    #1226653
    Thai
    Moderator

    If you need anything else please let us know.

  • <script> jQuery(function($){ $("#no-reply-1226556 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>