How do I turn off Home Page Slider?

Discussion in 'GeoCraft WordPress Theme' started by gaamain1, Sep 12, 2014.

  1. gaamain1

    gaamain1 New Member

    Joined:
    Sep 11, 2014
    Messages:
    22
    Likes Received:
    0
    Can I turn off the Home Page Slider and not offer it as an add-on on the One Time Payment Package and the Recurring Payment Package?

    I am creating a national listing site, and it doesn't make sense for businesses to be featured on the home page when users are too far away from them.

    Thanks,
    Greg A.
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Please use this code in custom CSS
    Code:
    .content_wrapper .info_bar
    {
    display: none;
    }
     
    .content_wrapper #wrap{
    display: none;
    }
    Thanks & Regards
    Pramod
     
  3. gaamain1

    gaamain1 New Member

    Joined:
    Sep 11, 2014
    Messages:
    22
    Likes Received:
    0
    Thanks. That turns it off fine.

    For the second part, how do you make this option not show for the packages?

    Would you like to make this listing featured?

    Thanks,
    Greg
    Yes‚ feature this listing on homepage slider. $34.95
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63

Share This Page