Blog on Homepage

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by stashcashbiz, Nov 19, 2014.

Thread Status:
Not open for further replies.
  1. stashcashbiz

    stashcashbiz New Member

    Joined:
    Nov 10, 2014
    Messages:
    21
    Likes Received:
    1
    Hi,
    Is there away to delete the blog posts from the homepage? www.stashcash.biz.

    I would basically like the products, the tagline, and then the footer and no white space in between.

    Thanks,
    Jason
     
  2. 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 ul.feature_content_inner_box {
    display: none;
    }
    .feature_content .feature_content_inner_head {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. stashcashbiz

    stashcashbiz New Member

    Joined:
    Nov 10, 2014
    Messages:
    21
    Likes Received:
    1
    Thanks, Yogesh! Looks great!
     
Thread Status:
Not open for further replies.

Share This Page