Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1195510
    strandbein
    Participant

    Hi,
    how to change headline style on blog index and search results page to the same size and not centered like on single post pages (“entry title”).
    Thanks,
    Jens

    #1195511
    strandbein
    Participant
    This reply has been marked as private.
    #1195517
    Christian
    Moderator

    Hey there,

    Please add the code below in your Appearance > Customize > Custom > Global CSS

    .h-landmark span:before, .h-landmark span:after {
        display:none;
    }
    
    .h-landmark {
        text-align: left;
        font-size: 250%;
    }

    Hope that helps. 🙂

    #1195597
    strandbein
    Participant

    Very nice, thank you 🙂

    #1195642
    Christian
    Moderator

    You’re welcome. Glad we could help. 🙂

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