Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1322311
    Kobber
    Participant

    Hi,

    On my news page, I automatically have a header/headline with a white line above and below (see here). Can I get rid of the lines, and get the headline to match my other content on the website?

    #1322349
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance > Customizer > Custom > CSS

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

    Hope it helps

    Joao

    #1322352
    Kobber
    Participant

    It worked with the lines, but why isn’t the font of the header the same as all my other headers (global styling)?

    I want it to match my other pages…

    #1322368
    Joao
    Moderator

    Hi there,

    Please add the following code to Appereance > Customizer > Custom > CSS

    .h-landmark span, .entry-title.h-landmark span {
        font-family: "Open Sans Condensed",sans-serif;
        font-style: normal;
        font-weight: 700;
    }

    Hope it helps

    Joao

    #1323527
    Kobber
    Participant

    Thanks!

    #1323652
    Thai
    Moderator

    You’re most welcome 🙂

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