• Resolved louisesouter

    (@louisesouter)


    The top section of my home page is supposed to be pink, but is showing up as white. When I go to the theme customizer the colour shows correctly as pink.

    This happened before and I fixed it by clearing the cache on my browser, but this isn’t working this time. The colour shows up wrong on all browsers I have access to – Chrome, Microsoft Edge and my Android phone.

    Please advise.

    Thanks

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    ​Please try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.

    .elementor-2591 .elementor-element.elementor-element-195a91df>.elementor-background-overlay {
        background-image: linear-gradient(180deg,#b30e36 0%,#f2295b 100%) !important;
    }
    Thread Starter louisesouter

    (@louisesouter)

    Hi Abhishek,

    Thank you for your reply.

    Your suggestion worked for my English site but the background in the top sections of the French and Spanish versions of my site:

    https://louisesoutertranslations.com/fr/ and https://louisesoutertranslations.com/es/

    is still white, not pink.

    Please advise.
    Louise

    Hello Louise,

    Please replace the previous code with this one and check.

    .elementor-2609 .elementor-element.elementor-element-69b2707d>.elementor-background-overlay, .elementor-2591 .elementor-element.elementor-element-195a91df>.elementor-background-overlay , .elementor-2610 .elementor-element.elementor-element-5ff3868e>.elementor-background-overlay {
        background-image: linear-gradient(180deg,#b30e36 0%,#f2295b 100%) !important;
    }
    
    Thread Starter louisesouter

    (@louisesouter)

    Worked perfectly.

    Thank you Abhishek.

    YOu are most welcome 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Homepage background colour wrong’ is closed to new replies.