Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1060509
    garlicfox
    Participant

    Hello,

    I know this questions has been asked a dozen times before and i”ve tried editing my global css based on some examples I saw but I must not be getting something right – was wondering if someone could assist?

    .blog h1.entry-title, .blog h1.entry-title a {
    font-size: 90%;
    }

    I’ll post a link to my blog in a private post if you don’t mind.

    Also I was wondering how to remove a certain title from being displayed which is a little redundant. I’ll include a screen capture to what I”m talking about below…

    Thank you so much – your support always blows me away!

    #1060512
    garlicfox
    Participant
    This reply has been marked as private.
    #1060742
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! To resolve this issue, please update your css code and use this instead:

    .blog h1.entry-title, .blog h1.entry-title a,
    .single-post h1.entry-title, .single-post h1.entry-title a {
        font-size: 90%;
    }
    
    .single-post .h-landmark {
        display: none;
    }

    Hope this works out for you.

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