Problem with testimonial / Change to subpages

Discussion in 'RoadFighter WordPress Theme' started by cduartem, Oct 22, 2013.

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

    cduartem New Member

    Joined:
    Oct 3, 2013
    Messages:
    3
    Likes Received:
    0
    Hi

    I hope you can help me with this:

    1. The testimonial block isn't showing on the homepage

    2. I need to add a grey vertical line on the default template to separate the contents and the widgets

    My website is www.kinesiologomovil.cl
     
  2. Piyush

    Piyush Support Staff

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

    1. Go to the Appearance > Widget panel in your dashboard and remove all the widgets from the Home Page Sidebar Widget Area.
    This will display your testimonial block on the homepage.

    2. Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .page-content .content-bar {
    border-right: 1px solid grey;
    margin-right: 0px;
    padding-right: 30px;
    }
    In place of "grey" you can put your color or color code.
     
  3. cduartem

    cduartem New Member

    Joined:
    Oct 3, 2013
    Messages:
    3
    Likes Received:
    0
    Thanks!
     
Thread Status:
Not open for further replies.

Share This Page