Hey there Enfold team!
Thank you for such an awesome work helping us loyal Enfold users! I have another request if you don’t mind. :)
I have disabled the footer on this site and in place of that I am using a section in the bottom of the body of each page. I saved this section as a template called “Footer”.
Is it possible to add a hover effect to the text on the “footer” section? Something like the font color changes from white to light gray on hover.
Looking forward to your response. Thank you!
Hey hackoffseries,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
For a better solution give the color section a unique developer ID and change the “av_section_3” in the below code to the same ID name.
#av_section_3 a:hover {
color:gold;
}
Best regards,
Vinay