Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1143022
    nathanr_
    Participant

    Hey,

    What an awesome theme, I’m on my 5th license!

    The only place I feel x theme lacks is on blog pages as it is not as easy to modify the look of blog pages.

    I would like to change the top of the blog page and all the other pages associated with the blog page such as recent posts, archive etc where the title is held from how it looks now (see attachment1) to how the top of all other pages on the site look (see attachment2) I just want the titles in a grey banner, with a vertical line of purple to the left. How can this be achieved?

    Thank you for your help 🙂

    Nathan

    #1143360
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! Could you please provide us with the links to your reference pages, so that we can assist you with a possible workaround.

    Thanks!

    #1144674
    nathanr_
    Participant
    This reply has been marked as private.
    #1144990
    Jade
    Moderator

    Hi Nathan,

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

    header.x-header-landmark {
        border-style: solid;
        border-width: 0px 0px 0px 20px;
        border-color: hsl(271, 51%, 56%);
        background-color: hsl(0, 0%, 97%);
    }

    Hope this helps.

    #1161631
    nathanr_
    Participant
    This reply has been marked as private.
    #1161718
    Christian
    Moderator

    Hey Nathan,

    Please try adding the code below in your Appearance > Customize > Custom > Global CSS

    .x-breadcrumbs {
        line-height: 5.3;
    }

    Hope that helps. 🙂

    #1181660
    nathanr_
    Participant

    Brilliant that worked great, thank you for your help 🙂

    #1181662
    Jade
    Moderator

    You’re welcome.

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