Comments gsh0cker started the conversationSeptember 9, 2017 at 8:07amHi. 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,700PenciDesign repliedSeptember 9, 2017 at 10:59amHi,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,PenciDesigngsh0cker repliedSeptember 10, 2017 at 7:23amThank 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,700PenciDesign repliedSeptember 10, 2017 at 12:17pmHi,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 Sign in to reply ...
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
Hi,
You can use this code on "About me widget text" to do that:
Note: Change 'your-link-here' to the link you want. Include http:// or https:// on your link.
Best Regards,
PenciDesign
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??
Hi,
You just can change the color, bold, italic for that link.
Please use this code:
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