Read More.....

Discussion in 'Themia WordPress Theme' started by matthewford, Dec 29, 2014.

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

    matthewford Member

    Joined:
    Jan 16, 2013
    Messages:
    55
    Likes Received:
    0
    Hi,

    Is it possible to change the Read More..... part of the 3 Feature areas into a button like you have on the top menu bar? Basically so that the read more is a colored button like the menu bar links.

    Thanks,
    Matthew
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .read_more {
    color: #FFFFFF;
    background: #CAA202;
    padding: 6px 13px;
    border-radius: 5%;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. matthewford

    matthewford Member

    Joined:
    Jan 16, 2013
    Messages:
    55
    Likes Received:
    0
    Perfect thanks
     
Thread Status:
Not open for further replies.

Share This Page