Hello,
Please take a look at my website. http://www.charterhousewealth.co.uk.
You can see that I a slide on my main homepage. I need the 5 boxes within the slide to change colour over hovering. Is this possible?
Kind regards.
Hey Heather!
That website isn’t using Enfold.
Best regards,
Josue
Oops, sorry the website is http://www.charterhousepca.co.uk.
Hey!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
h3.ls-s-1:hover, .ls-s-1 h3:hover { background-color: white!important; }
Cheers!
Yigit
You are a star, thank you. Could you also tell me how to remove the line under the links on hover? sorry to be a pain.
Thanks.
Hey!
Please add following code to Quick CSS as well
html * div .ls-wp-container .ls-layer > *, body * div .ls-wp-container .ls-layer > *, #ls-global * div .ls-wp-container .ls-layer > * {
text-decoration: none; }
Cheers!
Yigit
Thank you :)