Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #405913

    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

    #406081

    Hey brianwelsh!

    Add this to your custom CSS.

    aside a[href^="mailto"] { text-decoration: underline !important; }
    aside .avia-button { color: white !important; }
    

    Cheers!
    Elliott

    #406172

    Hi,

    Thanks for the code!

    The button is fine but the email link only shows an underline on mouse-over.

    Thanks in anticipation.

    Brian

    #406239

    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

    #406585

    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

    #406587

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .sidebar .textwidget {
      font-size: 16px;
    }

    Cheers!
    Yigit

    #406702

    Thank you Yigit worked like a charm!

    #406706

    Thank you Yigit it worked perfectly!

    #406859

    Hi!

    Glad we could help :)

    Regards,
    Rikard

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.