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 #3026275
Hyperlink author link
Closed

Comments

  •  1
    Alan started the conversation

    Hi, I would like to make a clickable link in the author bio with the gold hyperlink text my site normally has and it also needs to be underlined. How do I do that?

    Let me know. Thanks 

  •   PenciDesign replied privately
  •   Alan replied privately
  •   Alan replied privately
  •  2,490
    PenciDesign replied

    Hi,

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

    .post-author .author-content a {
        text-decoration: underline;
        color: #e5be5b;
    }

    Regards,
    PenciDesign.



  •  1
    Alan replied

    Thank you that's amazing! That worked! 

    Also, is there a way to automatically make all links in post content underlined?  

    Let me know, thanks!

  •  2,490
    PenciDesign replied

    Hi,

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

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

    Regards,
    PenciDesign.



  •  1
    Alan replied

    Thank you! That's worked perfect!