Removing Home Page Feature Area & Social Media

Discussion in 'BizWay WordPress Theme' started by landitollig, Jan 29, 2014.

  1. landitollig

    landitollig New Member

    Joined:
    Feb 15, 2013
    Messages:
    24
    Likes Received:
    0
    Good day,

    I bought the BizWay template and would like to find out 3 things please:
    1. How can I remove the Home Page Feature area (images and writing) - See on image marked nr 1
    I just want the Header Slideshow, and footers.
    2. How can I remove the social media part on the home page - See on image marked nr2
    3. How can I remove the social media (facebook and tweet) on the images that show in the gallery - see on image nr 3?

    I do not want any social media links at this stage on the website. Maybe later.

    see the two images attached with numbers marked 1 - 3.

    Thank you so much.
    Kind Regards
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

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

    Code:
     .main-content-container {
    display: none;
    }
    .footer-top-inner1 {
    display: none;
    }
    .pp_social {
    display: none;
    }
    This will solve your issue.


    Thanks & Regards
    Gourav Shrivastava
     

Share This Page