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 #1297701
How do I add a link to "about me text" for sidebar?
Closed

Comments

  • gsh0cker started the conversation

    Hi.  How do I add a link in my "about me text" widget on my sidebar?  I want to add a "click here for more" link to my about me page here.   Thanks

  •  2,700
    PenciDesign replied

    Hi,

    You can use this code on "About me widget text" to do that:

    <a href="your-link-here">Click here for more</a>

    Note: Change 'your-link-here' to the link you want. Include http:// or https:// on your link.


    Best Regards,

    PenciDesign

  • gsh0cker replied

    Thank you.  I was able to include a link.  But how do you change the font, add color, or make the lettering bold/italic for the link to make it stand out more??

  •  2,700
    PenciDesign replied

    Hi,

    You just can change the color, bold, italic for that link.

    Please use this code:

    <a href="your-link-here" style="color: #ff0000; font-style: italic; font-weight: bold;">Click here for more</a>

    Note:

    - Change the color code 'ff0000' to color code you want.

    - Remove font-style: italic;  or font-weight: bold;  if you don't want make it italic or bold.

    Best Regards,

    PenciDesign