4 issues

Discussion in 'RoadFighter WordPress Theme' started by sharful, Jan 23, 2014.

  1. sharful

    sharful Guest

    Joined:
    Dec 11, 2013
    Messages:
    15
    Likes Received:
    0
    Hi ,
    1. In my site i dont want any "home page heading" "home page sub heading" and "3 column feature" . Please send me the CSS code .
    2. Can i change main page slider effect to fade in - out or any other ?
    Thanks .
     
  2. Piyush

    Piyush Support Staff

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

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

    Code:
    .home-content .page_info {
    display: none;
    }
    .feature-content {
    display: none;
    } 
    2. For this Go to the Theme directory > js directory > custom.js file
    and edit custom.js file as shown in image.

    [​IMG]

    This will solve your issue.
     

Share This Page