Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1007417
    leverpunch
    Participant

    Hi,

    Is there a way I can style the default page title to look like the attached screenshot?

    I’m currently adding the page title manually to each page – which is not efficient.

    Please advise.

    Thanks!
    Alvin

    See private reply for link & attached screenshot.

    #1007423
    leverpunch
    Participant
    This reply has been marked as private.
    #1007520
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    .h-landmark {
        font-weight: bold !important;
        text-align: center !important;
        color: #183b8d !important;
        font-size: 35px !important;
        letter-spacing: 5px !important;
    } 
    
    .h-landmark span {
        padding: 0px 30px 30px !important;
        border-bottom: 1px solid #183b8d !important;
    }

    Let us know how this goes!

    #1007524
    leverpunch
    Participant
    This reply has been marked as private.
    #1007598
    Nabeel A
    Moderator

    Hi again,

    Please add the following code in your Customizer:

    .x-landmark {
        padding-right: 0 !important;
    }
    .x-header-landmark {
        margin-top: 30px !important;
    }

    Let us know how this goes!

    #1007690
    leverpunch
    Participant

    Thanks! It works 🙂

    #1007774
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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