Hi everyone!
I just want to know if its posible to make a hover colour effect in the inside content of a colour section, for example;
I have a colour section with a special header and i want when u pass the mouse over, the entire text change colour.
is that posible?
thank you very much!
Hi Pauloflores!
Please give your Color Section element a unique ID ( http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png ) and then add following code to Quick CSS in Enfold theme options under General Styling tab
#your-custom-id:hover * { color: red !important; }
Best regards,
Yigit
Works perfect!!
Thank you very much Yigit!!