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 #3592113
Underline Links
Closed

Comments

  • Erik started the conversation

    Is there an option to underline links in your theme.  If so where is this turned on? 

    Thank you

  •  2,267
    PenciDesign replied

    Hi,

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

    .post-entry a {
        text-decoration: underline;
    }

    Regards,
    PenciDesign.