I want to remove a blog section and have added the codes...

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by cskhello, Sep 27, 2017.

  1. cskhello

    cskhello New Member

    Joined:
    Jul 10, 2017
    Messages:
    1
    Likes Received:
    0
    I have added the codes as follows;

    .content_wrapper {
    display: none;
    }

    When I login after adding this in Style.css, it shows only a top and bottom screen without showing login page.
    Please help me to solve this issue.

    Thank you.

    Charles
     
    Last edited: Sep 28, 2017
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    To remove the remove the blog section from the homepage, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .feature_content .home-blog {
        display: none;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     

Share This Page