short code

Discussion in 'Woodberry WordPress Theme' started by brucej, Jul 1, 2014.

  1. brucej

    brucej Guest

    Joined:
    Jun 30, 2014
    Messages:
    6
    Likes Received:
    0
    Is there any short code for this theme?

    I want to add a read more button on the left feature section.

    Thanks
     
  2. Piyush

    Piyush Support Staff

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

    Go to the Appearance > Theme Options > Homepage Feature Area panel in your dashboard and
    paste the code given below, at the bottom of Left Feature Description section.

    Code:
    <a href="Enter Your Link Address Here" class="read_more">Read More</a> 
    See the image for reference
    [​IMG]


    Now,


    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    a.read_more {
    background: red;
    padding: 10px;
    border-radius: 10px;
    } 
    In place of "red" you can put your color or color code.
    You can adjust the value of "padding" and "border-radius" respectively as per your requirement.
     

Share This Page