How to remove slider from this theme

Discussion in 'RoadFighter WordPress Theme' started by sharful, Apr 29, 2014.

  1. sharful

    sharful Guest

    Joined:
    Dec 11, 2013
    Messages:
    15
    Likes Received:
    0
    Hi,
    I am using RoadFighter WordPress Theme .I want to remove the slider from homepage.How to I remove it
    Please help me. Its urgent.

    Thanks
    Sharful
     
  2. Piyush

    Piyush Support Staff

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

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

    Code:
    div.slider-container {
    display: none;
    }
    .home-content .page_info {
    margin-top: 215px;
    } 
    You can adjust the value of "margin-top" as per your requirement.
    This will solve your issue.
     
  3. sharful

    sharful Guest

    Joined:
    Dec 11, 2013
    Messages:
    15
    Likes Received:
    0
    Thank you .
    But now i want change home page slider .
    So how replace my flex slider with layer or other slider .
    I have sortcode or php code new slider .
    Thanks again .
     
  4. Piyush

    Piyush Support Staff

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

    Go to the front-page.php file present in your theme directory and follow the instruction shown in the image given below.

    [​IMG]

    This will solve your issue.
     

Share This Page