How to hide the featured 3 boxes and the post feature box?

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by daromac, Dec 24, 2015.

  1. daromac

    daromac New Member

    Joined:
    Dec 21, 2015
    Messages:
    3
    Likes Received:
    0
    Hello Everyone,

    I would like to hide the 3 featured boxes and the post feature box at the home page as I don't know yet Featured_boxes.png what to put in there, please see the attachment.

    Thanks,
    Dar
     
  2. priya

    priya Guest

    Hello Dar,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .feature_content_wrapper {
        display: none !important;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page