I wish to remove the following in the theme

Discussion in 'RoadFighter WordPress Theme' started by zorgan, Aug 16, 2013.

  1. zorgan

    zorgan Guest

    Joined:
    Mar 27, 2013
    Messages:
    33
    Likes Received:
    1
    I used google chrome to edit the code to remove the following (you can view what's not visiblewithin the two pictures I posted below, can I please request the styling code for making the site like this please thanks)
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

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

    Paste the code given below in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .header_wrapper .call-us{
    display: none;
    }
    .flex-caption-wrapper {
    display: none;
    }
    .home-content .page_info {
    display: none;
    }
    .feature_blog_content {
    display: none;
    }
    .bottom_tagline {
    display: none;
    }
    .flex-control-nav {
    display: none;
    }
    This will solve your issue.
     

Share This Page