Blog Section

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by mawebdesign, Jan 14, 2016.

  1. mawebdesign

    mawebdesign Member

    Joined:
    Apr 20, 2014
    Messages:
    71
    Likes Received:
    1
    Hi
    How can we hide the home page blogs showing under the Heading & Description section?

    Still want the Heading & Description to show.
    Thanks
     
  2. priya

    priya Guest

    Hello,

    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_inner:nth-child(2) {
        display: none;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. mawebdesign

    mawebdesign Member

    Joined:
    Apr 20, 2014
    Messages:
    71
    Likes Received:
    1
    Hello

    Thanks for that but i still want the Heading & Description to show (just hide the post).

    Thanks
     
  4. priya

    priya Guest

    Hello,

    Please follow the screenshot given below.

    remove_blog_post.png

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page