Comments 1shirleydt started the conversationSeptember 10, 2020 at 1:45pmHey, there, can you help me add a "learn more" button in "about me" widget? something like the URL shows. Thanks! - Shirley 2,701PenciDesign repliedSeptember 10, 2020 at 3:41pmHi,You can use this code: <a href="YOUR_ABOUT_PAGE_URL">Learn more <i class="fa fa-long-arrow-right"></i></a> Note:Replace: YOUR_ABOUT_PAGE_URL on the above code to your about page URL. Include http:// or https:// on the URL.Best Regards,PenciDesign 1shirleydt repliedSeptember 10, 2020 at 4:32pmthank you so much for your quick and helpful response. After a second thought, i like the site embedded "Read more >>" button. How to do that? Many thanks! 2,701PenciDesign repliedSeptember 10, 2020 at 4:38pmHi,You just need change the code I sent to this code: <a href="YOUR_ABOUT_PAGE_URL">Read more <i class="fa fa-angle-double-right"></i></a>Best Regards,PenciDesign Sign in to reply ...
Hey, there, can you help me add a "learn more" button in "about me" widget? something like the URL shows. Thanks! - Shirley
Hi,
You can use this code:
Note:
Replace: YOUR_ABOUT_PAGE_URL on the above code to your about page URL. Include http:// or https:// on the URL.
Best Regards,
PenciDesign
thank you so much for your quick and helpful response. After a second thought, i like the site embedded "Read more >>" button. How to do that? Many thanks!
Hi,
You just need change the code I sent to this code:
Best Regards,
PenciDesign