Remove Homepage Feature Area from Local Business Theme Pro

Discussion in 'Local Business WordPress Theme' started by frosmike, Apr 5, 2015.

  1. frosmike

    frosmike New Member

    Joined:
    Mar 14, 2015
    Messages:
    2
    Likes Received:
    0
    Is it possible to completely remove the text and video from the Home Page of the Local Business Theme Pro? I would like to leave the LOGO and Slider pictures and text, and the bottom widgets.

    Local Business Theme Pro Front Page.jpg
     
  2. sameerwalkar

    sameerwalkar Guest

    Hi,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. It will remove the text and video from the Home Page of the Local Business Theme

    Code:
    .feature_info{
      display: none;
    }
     
  3. frosmike

    frosmike New Member

    Joined:
    Mar 14, 2015
    Messages:
    2
    Likes Received:
    0
    Thank you very much for the quick reply. There are still 3 text boxes when I do this, not including the bottem widgets. Can you please send me the code to remove these? Thank you!
     
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello, frosmike!

    Could you please provide us URL of your website along with some edited screenshot indicating/marking the area you want to remove?

    Thanks,
    Praveen
     
  5. momodou4321

    momodou4321 New Member

    Joined:
    Sep 22, 2013
    Messages:
    6
    Likes Received:
    0
    I only want to temporarily remove the video for now and install it later. I want to keep the text. How can I do that?
     
  6. Sobhagya

    Sobhagya Guest

    Joined:
    May 29, 2015
    Messages:
    414
    Likes Received:
    6
    Hello,

    Greetings from InkThemes,

    You can resolve it yourself, All you have to do is just go to Dashboard->Appearance->Theme Options->Styling Option->Custom CSS

    field and try to cut paste the given below CSS code there

    For removing three text boxes temporarily

    Code:
    .feature_content {
      display: none;
    }
    
    For removing youtube video temporarily

    Code:
    .feature_videobox iframe {
      display: none;
    }

    Hope this will resolve your issue.

    Do let me know if you need more assistance,

    I would be glad to assist you further,
     

Share This Page