Homepage Feature Settings

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by image2site, Mar 2, 2015.

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

    image2site New Member

    Joined:
    May 12, 2014
    Messages:
    11
    Likes Received:
    0
    Have used the following code,

    .content_wrapper {
    margin: 0px;
    width: 100%;
    display: none;
    }
    .pmenu-bar {
    display: none;
    }
    .siteinfobox {
    margin: 0;
    border-top: solid 5px #9d8427;
    margin-bottom: 0px;
    }
    based on previous threads to remove the product listings on homepage. Problem is that it takes away all homepage features. How can I get the homepage feature setting back and still not have product listing. Do not want the blog as well.
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .productlisting .pmenu-bar {
      display: none;
    }
    .content_wrapper {
    display: block;
    }
    
    Thanks & Regards
    Pramod Patel
     
  3. image2site

    image2site New Member

    Joined:
    May 12, 2014
    Messages:
    11
    Likes Received:
    0
    Thank you
     
Thread Status:
Not open for further replies.

Share This Page