How can I remove the Widgets on the homepage?

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by richarbran, Nov 11, 2014.

  1. richarbran

    richarbran Member

    Joined:
    Aug 12, 2013
    Messages:
    58
    Likes Received:
    0
    I administer a few sites and one of them would like the widget area removed where is says "Simple Click Installation", "Responsive & Compatible", etc. It's an area that they will not need/use. Please advise.
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    In which theme do you want to remove widget area ?

    Thanks & Regards
    Yogesh Bhade
     
  3. richarbran

    richarbran Member

    Joined:
    Aug 12, 2013
    Messages:
    58
    Likes Received:
    0
    Sales junction. I should have explained this better - the feature boxes are what I'd like removed. Thanks,
    [​IMG]
     
  4. stashcashbiz

    stashcashbiz New Member

    Joined:
    Nov 10, 2014
    Messages:
    21
    Likes Received:
    1
    I am wondering the same - is it possible to remove these three feature boxes?
     
  5. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    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:first-child {
    display: none;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page