Hi,
I have an email link in the sidebar which underlines and changes colour on mouse-over. I would like the same underline on mouse out. Similarly the text on the button in the sidebar is grayed out until mouse-over. I would like the mouse-out text colour to be the same at the mouse-over (white).
Sidebar top right:
http://www.agcce2015.co.uk/fluon-ptfe/
Thanks
Brian
Hey brianwelsh!
Add this to your custom CSS.
aside a[href^="mailto"] { text-decoration: underline !important; }
aside .avia-button { color: white !important; }
Cheers!
Elliott
Hi,
Thanks for the code!
The button is fine but the email link only shows an underline on mouse-over.
Thanks in anticipation.
Brian
Hi Brian,
Elliott’s code works, just make sure to copy it from the forum reply (when you copy it from the mail notification some characters are pasted incorrectly).
Best regards,
Josue
Hi Josie, Thanks for this.
Pasted Elliot’s code from the forum reply and it worked fine! How do I make the text in the sidebar larger?
Thanks
Brian
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.sidebar .textwidget {
font-size: 16px;
}
Cheers!
Yigit
Thank you Yigit worked like a charm!
Thank you Yigit it worked perfectly!