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 #2535162
add a "learn more" button in "about me" widget side bar
Closed

Comments

  •  1
    shirleydt started the conversation

    Hey, there, can you help me add a "learn more" button in "about me" widget?  something like the URL shows.  Thanks! - Shirley

  •  2,699
    PenciDesign replied

    Hi,

    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

  •  1
    shirleydt replied

    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!

  •  2,699
    PenciDesign replied

    Hi,

    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