Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1278260
    Olavski
    Participant

    Hi,

    Everyday I beginning to like this theme and builder more and more, but there are some things I just can’t find an answer for. Today it’s the size of blog title, which looks rather small. I would like to make it bigger, but can’t figure out how.

    AND

    There is still a white space on the blog post page between the navbar and content section. I tried to fix this using a short code in the Custom CSS, but that doesn’t seem to work.

    Hope to see a response soon, thanks in advance!

    #1278263
    Olavski
    Participant
    This reply has been marked as private.
    #1278335
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    h2.entry-title {
        font-size: 270%;
    }
    
    .x-container.max.width.offset {
        margin-top: 20px !important;
    }

    Thanks.

    #1278878
    Olavski
    Participant

    It didn’t work.

    #1278915
    Prasant Rai
    Moderator

    Hello There,

    Please clear browser cache and try again.

    http://prntscr.com/dej7gf

    Thanks.

    #1278944
    Olavski
    Participant

    I cleared the cookies and cache.

    It worked on the Home page but not on the blog post itself.
    See screenshots enclosed

    #1279167
    Nabeel A
    Moderator

    Hi again,

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

    .x-header-landmark {
        display: none !important;
    }
    .entry-title {
        font-size: 35px !important;
    }

    Don’t forget to clear your cache after adding the code. Let us know how this goes!

    #1279767
    Olavski
    Participant

    Thanks! that worked

    #1279779
    Thai
    Moderator

    You’re most welcome 🙂

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