Support » Theme: Blossom Shop » Removing grey overlay from image in CTA section

  • Resolved einspi

    (@einspi)


    Bonjour,
    I would like to ask you for help with removing the grey overlay on the image in the CTA section – I have found the topics on how to remove it from the main banner using custom CSS (and it was very helpful, thank you!), yet I cannot remove the overlay from the image in CTA section – I will be grateful for your support.

    Best wishes,
    e

    links to screenshoots:
    mobile view

    desktop view

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @einspi,

    You can add the below code in Additional CSS via Admin Dashboard > Appearance > Customize > Additional CSS to remove the image overlay effect from the CTA section:

    .widget_blossomtheme_companion_cta_widget > div.bttk-cta-bg::before {
        background: unset;
    }

    Regards!

    Thread Starter einspi

    (@einspi)

    Thank you so much @blossomthemessupport for a quick reply, it worked and now my CTA looks fantastic!
    And thank you for this beautiful theme, I love it! 🙂
    Take care,
    e

    Hi @einspi,

    We are glad we could help.

    Thank you for getting back to us.

    Do let us know if you need any assistance further.

    Best regards!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Removing grey overlay from image in CTA section’ is closed to new replies.