• nata2020

    (@nata2020)


    Hallo, how can I change the gray filter colour on my backgrounf also on the categories – pages. I have nice pictures but they are all gray masa also footer is all the time back. Thank you!
    https://www.byebyethings.com/

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Ruchit Shah

    (@ruchitshah)

    Hi
    You can change your background filter color by applying following Additional CSS as follows:

    
    [data-overlay]:before {
        background: none!important
    } 
    

    I hope this will help you.

    Regards,
    Ruchit

    Ruchit Shah

    (@ruchitshah)

    And to change your footer background apply this Additional CSS:

    
    .footer_bottom.section-padding.text-center {
        background: blue;
    }
    
    Ruchit Shah

    (@ruchitshah)

    Hi there sorry for giving half code.

    Correct code for changing background color will be:

    
    header.site_header_image.cover-bg[data-overlay]:before {
        background: lime!important;
    }
    

    Choose color as per you requirement.

    Thread Starter nata2020

    (@nata2020)

    Great thanks!

    Thread Starter nata2020

    (@nata2020)

    hallo Ruchit
    it works!
    How should I do the same but for the header and also that I couldsee the picture placed better.
    I like lightgray so I could also use it for the header and other pages.
    Rgds Nata

    Ruchit Shah

    (@ruchitshah)

    Hi
    I don’t know if I understood you right or not.

    But if you want such preview: https://prnt.sc/sl40vf

    Apply this Additional CSS:

    
    div#masthead {
        background-color: lightgrey;
        opacity: 0.8;
    }
    

    I hope this will help you.

    Regards,
    Ruchit

    Hi – I think I’m having the same problem. There is a dark grey band/header across my pages. Can I eliminate that? Or even change the color?

    • This reply was modified 5 years, 11 months ago by lrsmiles.
Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘background always gray’ is closed to new replies.