Hi
How do i remove the red colour of the background image in this module, id like to control the colour through the actual image.
Many thanks
Paul
haxx Hi
Can you provide a link to your site to take closer look and assist precisely
aman204
Hi thanks, I’ve updated the fields with the url and login details
haxx Hi, Kindly recheck as details added in edit fields arent working
Hi sorry, have updated them
haxx Hi Add this code in custom.css file
.t3-section.has-bg { background-color: #dd2222!important;}
change color as per need. to make it transparent use this code
.t3-section.has-bg { background-color: transparent!important; }
Regards
Ninja
Magic thank you, have added the code and it works great!