How do i change the rollover colour on the social icons and on the + icon at the bottom of the page,
And also the rollover colour of the text on the subscribe button
Hi,
Our plugin doesn't support this function, but you can use custom css in custom code section:
.social .fa:hover, .modal-toggle .fa:hover { color: red; }
#newsletter_submit:hover { color: red; }
You should change red to the color you want. I hope you understand.
Thanks!
Hi,
Our plugin doesn't support this function, but you can use custom css in custom code section:
.social .fa:hover, .modal-toggle .fa:hover { color: red; }
#newsletter_submit:hover { color: red; }
You should change red to the color you want. I hope you understand.
Thanks!