Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2983803
How can I remove the underline when hovering on a link?
Closed

Comments

  • Carlo started the conversation

    When hovering on a link in a single post, there is an underline that appears. 

    I do not see any setting that disables this. 

    Is this possible?

  •  2,492
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .post-entry a:hover, .wpb_text_column a:hover {
        text-decoration: none;
    }

    Regards,
    PenciDesign.



  • Carlo replied

    Thank you! That worked.