Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1001904
    barrie66
    Participant

    Hi,

    I have changed my header globally to have a transparent header until you scroll, However on my single blog page the header is blocking some of the blog image. http://www.be-everywhere.co.uk/counselling-service-mark-tenth-anniversary/

    So i would like to add a header to all single page blogs that are similar to my other pages on cornerstone: http://www.be-everywhere.co.uk/terms-and-conditions/

    How do i achieve this in the simplistic way.

    Thanks Nick

    #1002289
    Jade
    Moderator

    Hi Nick,

    Please add this CSS:

    
    .single .x-navbar {
        background-image: url(http://www.be-everywhere.co.uk/wp-content/uploads/2016/05/Stat-Sections-Template.jpg);
        height: 115px;
        position: relative;
    }
    
    .single .x-navbar-fixed-top {
        position: fixed;
    }
    
    .single .x-navbar-solid {
        background: #e6e6e6 !important;
    }

    Hope this helps.

    #1002679
    barrie66
    Participant

    Thank you very much.
    Really appreciate it.

    #1002757
    Christopher
    Moderator

    You’re welcome.

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