Hide "shopping" area in front page (CSS)

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by trasgu, Feb 19, 2014.

Thread Status:
Not open for further replies.
  1. trasgu

    trasgu Member

    Joined:
    Oct 13, 2012
    Messages:
    188
    Likes Received:
    18
    Location:
    Santander, Spain
    Hi there friends,
    here I am playing a bit with this Theme as an NGO have asked me for help to set up an online-shop. The thing is that the "online-shop" is still a future project but they really need a website, for this reason, I write you as I would like to "hide" the "login/members" area for now until we get the products ready to activate the plugin and set up the shop :)

    How can I delete the 2 sections of the photo attached? top bar and woo area.

    Thx so much for your always kind help!!
    Jose
     

    Attached Files:

  2. Nitesh

    Nitesh Support Staff

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

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

    Code:
    .productlisting {
    display: none;}
    .top_cartinfo {
    display: none;}

    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. trasgu

    trasgu Member

    Joined:
    Oct 13, 2012
    Messages:
    188
    Likes Received:
    18
    Location:
    Santander, Spain
    Thx soooo much Nitesh, every day I learn a nit tip with you all ^_^
     
Thread Status:
Not open for further replies.

Share This Page