Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1073329
    Verbier Kev
    Participant

    Hi,

    On my site http://verbier.cms2cms.com/ all of the header colours are red, but for some reason the gallery pages (headers) have gone black http://verbier.cms2cms.com/galleries/

    The developers are saying they can’t fix it?

    And how do I get the Red headers to use more of the page they stop about an inch away from the side bar?

    Any ideas?

    Thanks

    #1073343
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance Customizer Custom CSS

    .image_out_sec {
    background: red;
    }

    If that does not solve your issue, please provide us a more detailed information about what you are trying to achieve with a screenshot if possible.

    Thanks

    Joao

    #1073513
    Verbier Kev
    Participant

    if you look at the attached image you will see the black background on the header “General”
    That should be red the same as the rest of the site
    Image 2 Gal Red shows what the rest of the site is doing (ie red behind the text “Blogs”

    #1073573
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! Replace the previous code with this one:

    .image_out_sec {
        background: #fe1f1f none repeat scroll 0 0 !important;
    }

    Let us know how this goes!

    #1073638
    Verbier Kev
    Participant

    Thanks will see how that goes.

    Any idea on making the header text use all of the space rather than stopping an inch away from the side bar (Blue arrow)

    #1073792
    Jade
    Moderator

    Hi there,

    Please try this code:

    @media (min-width: 980px) {
        .image_out_sec,
        .cg_view_all {
            width: calc(100% + 70px);
        }
    }

    Hope this helps.

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