How to disable blog?

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by sohoinkthemes, May 21, 2014.

  1. sohoinkthemes

    sohoinkthemes New Member

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

    How can I disable the blog section (at the bottom) where it says "Show your latest posts?"
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .feature_content .feature_content_inner:nth-child(2) {
    display: none;
    }
    
    This will solve your issue.
     

Share This Page