Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1045219
    incacola_matt
    Participant

    Hi how do i remove the horizontal thin grey lines on top of the blog page? (just under the header and which hold the title of the blog eg. TheBlog???
    See image attached. Regards

    #1045353
    Joao
    Moderator

    Hi There,

    Please add the following code at appereance Customizer Custom CSS

    .x-header-landmark {
    
    border: none;
    
    }

    If that does not work please provide us the URL of your page.

    Thanks

    Joao

    #1045415
    incacola_matt
    Participant
    This reply has been marked as private.
    #1045535
    Rupok
    Member

    Hi there,

    You don’t need to access Cornerstone as the code was suggested to add under Custom > CSS in the Customizer.

    .x-header-landmark {
    
    border: none;
    
    }

    Cheers!

    #1045603
    incacola_matt
    Participant

    okay thanks. As an aside, is it not possible to edit a blog page via cornerstone?

    #1045610
    incacola_matt
    Participant

    i added the css and that removed the lines. thanks. How now to style the blog header text to match that used as header text on my other pages? Thanks in advance.

    #1045672
    Joao
    Moderator

    Hi There,

    If you would like to create a more customozable blog looking page using Cornerstone you can use the Last Posts Element.

    You will be able to show up to 4 posts per Element but you can adjust the offset, so you can put it multimple times and adjust

    Last post Show 4 Posts offset 1
    Last post Show 4 Posts offset 5
    Last post Show 4 Posts offset 9

    And like that you will be able to build a header like your other pages and add whatever else content you feel like to your “blog page”.

    Hope that helps,

    Joao

    #1045868
    incacola_matt
    Participant

    HI again. so without doing this there is no way of changing the way the TheBlog header text is displaying? I can;t change the font, alignment etc??? That’s Weird?

    #1046102
    Jade
    Moderator

    Hi there,

    We could use CSS to change the blog title text appearance:

    .blog .h-landmark {
        text-align: center;
        font-size: 50px;
    }

    You may also change and adjust the values in the CSS provided above.

    Hope this helps.

    #1048111
    incacola_matt
    Participant

    thats works. thanks
    am i able to add a class style to the above css? so that the title matches the title on my other pages?

    #1048125
    Rue Nel
    Moderator

    Hello There,

    Please have the previously given css updated and make use of this code instead:

    .blog .h-landmark {
        text-align: center;
        font-size: 72px;
        letter-spacing: -0.018em;
        font-family: "Lato",sans-serif;
        font-style: normal;
        font-weight: 900;
    }

    http://prntscr.com/bhtn6q

    Hope this helps.

    #1050168
    incacola_matt
    Participant

    fantastic thanks.

    #1050173
    Rue Nel
    Moderator

    You are most welcome!

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