How to remove bottom sections

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by sohoinkthemes, Jun 5, 2014.

  1. sohoinkthemes

    sohoinkthemes New Member

    Joined:
    Oct 31, 2013
    Messages:
    29
    Likes Received:
    0
    Hi, my website is at http://divatime.dytnet.ca

    1. How can I remove ONLY the sections where it says "Assortment of Bath accessories", "Hang bags and more!" and "Ecommerce"?

    2. How can I remove ONLY the bottom section where the green color is?
     
  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:
    ul.feature_content_inner_box {
    display: none;
    }
    .footer_wrapper {
    display: none;
    }
     
    Thanks & Regards
    Gourav Shrivastava
     

Share This Page