Offers Title Color

I built my site in Elementor and am using the be Offer slider. I would like to make the titles white/or not show. How can I do this?

towards the bottom of the homepage

https://96bca4c9c1.nxcli.io/

Comments

  • Hi,

    Unlike in BeBuilder, in Elementor to change this color you need to change it in theme options for all H3 heading, or use the following CSS code:

    .offer_thumb .slick-slide .desc_wrapper .title h3{
       color: #f0f;
    }
    

    Best regards

Sign In or Register to comment.