Could I put a bottom link on the Home Page Testimonial Description Area?

Discussion in 'ColorWay WordPress Theme' started by christopher, Jul 25, 2013.

Thread Status:
Not open for further replies.
  1. christopher

    christopher New Member

    Joined:
    May 28, 2013
    Messages:
    26
    Likes Received:
    1
    My friend,

    Could I put a bottom link on the Home Page Testimonial Description Area? Kindly please check the picture for reference.

    Thanks&Best regards
    Christopher Question.jpg
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Go to the Appearance > Theme Option > Home Page Settings in your dashboard and paste the code given below in the "Home Page Testimonial Description" area.

    Code:
    Enter your Testimonial Description text here
    <a href="paste your link here"><span class="button">Enter your button name</a>
    Now,
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    span.button {
    background: red;
    padding: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    }
    You can change the value of background, padding, and border-radius as per your requirement.
    This will solve your issue.
     
    robertburney likes this.
  3. christopher

    christopher New Member

    Joined:
    May 28, 2013
    Messages:
    26
    Likes Received:
    1
    Piyush,

    That's pefect,Thanks a lot, you help me much more, and response quickly, thanks a lot.

    Thanks&Best regards
    Christopher
     
    Piyush likes this.
Thread Status:
Not open for further replies.

Share This Page