Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1079644
    Scott
    Participant

    Howdy good folks,

    Please can you come to my rescue again?

    For some reason, my blog title is totally different from all my page titles. It’s lowercase, bolder and possibly even a different font.

    How do I make the blog title exactly match all the other page titles (which are the default landmark entry titles for Renew 1)?

    Many thanks!

    #1079645
    Scott
    Participant
    This reply has been marked as private.
    #1079956
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! You can go to the customizer, Appearance > Customize > Typography > Heading and set the font-family, size and even the font weight for the heading.

    Hope this helps.

    #1080387
    Scott
    Participant
    This reply has been marked as private.
    #1080690
    Nico
    Moderator

    Hi There,

    Add this in your Customizer > Custom > CSS:

    blog .h-landmark span{
        font-family: "Lato",sans-serif;
        font-style: normal;
        text-transform: uppercase;
        color: #162536;
    }

    Hope it helps.

    Let us know how it goes.

    Thanks.

    #1082320
    Scott
    Participant

    Perfect. Thank you so much!

    #1082429
    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again.

    Thanks.

    #1119333
    Scott
    Participant
    This reply has been marked as private.
    #1119831
    Friech
    Moderator

    Hi There,

    Please update the code to this:

    body .h-landmark span {
        font-family: "Lato", sans-serif;
        font-style: normal;
        text-transform: uppercase;
        color: #162536;
    }

    Hope it helps, Cheers!

    #1120359
    Scott
    Participant

    Perfect. Thank you!

    #1120723
    Christopher
    Moderator

    You’re welcome.

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