how to disable Home page Button feature?

Discussion in 'RoadFighter WordPress Theme' started by mybizle, Sep 18, 2013.

  1. mybizle

    mybizle Member

    Joined:
    Jan 1, 2012
    Messages:
    86
    Likes Received:
    1
    Hi

    I want to disable " HOME PAGE BUTTON FEATURE " from my website home page ,all element

    Home Page Blog Heading Text

    Home Page Blog post Content On/Off

    Testimonial Heading

    Testimonial Image

    Home Page Tagline

    Home Page Button Text

    Home Page Button Link


    also want to disable slider description, please help............................

    thanks
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .feature_blog_content {
    display: none;}
    .bottom_tagline {
    display: none;}
    .flex-caption p {
    display: none;}
     

Share This Page