Remove Blog Area From Home Page

Discussion in 'ButterBelly WordPress Theme' started by irissalmins1, Feb 10, 2016.

  1. irissalmins1

    irissalmins1 Member

    Joined:
    Jan 14, 2013
    Messages:
    239
    Likes Received:
    5
    I would like to remove the Home Page Blog Feature Area.
    Thank you for your time.
    Iris Salmins
     
  2. priya

    priya Guest

    Hello Iris,

    Greetings from InkThemes!

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

    Do let me know if you need more assistance,
    Thanks & Regards!
    Priyanka
    InkThemes.com
     
    smith likes this.
  3. pritchett

    pritchett New Member

    Joined:
    Jan 16, 2017
    Messages:
    4
    Likes Received:
    0
    It doesn't work.
     
  4. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Can I have your site URL here?

    I will check and send you an appropriate code for the same.

    I look forward to hearing from you soon.

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  5. irissalmins1

    irissalmins1 Member

    Joined:
    Jan 14, 2013
    Messages:
    239
    Likes Received:
    5
    Sorry I didn't reply. The client probably changed their mind.
     
  6. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Alright..!
     
  7. rambler

    rambler Member

    Joined:
    Dec 28, 2011
    Messages:
    48
    Likes Received:
    0
    Hi
    I would also like to remove the latest blog posts from the home page.
    When the code above,
    (i.e.
    .feature_blog_content {
    display: none;
    }
    is added to the custom CSS, the title (Show your latest posts here.) and sub-title (By default no posts will appear. You need to create one.) remain.
    There are no conlicting plugins installed.
    Thanks in anticiaption of your help.
     
  8. familys

    familys New Member

    Joined:
    Jul 13, 2017
    Messages:
    13
    Likes Received:
    1
    Hi
    It doesn't work for me either.
    Thanks
     
  9. akbar92

    akbar92 Support Staff Staff Member

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

    Greetings from InkThemes,

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

    Code:
    .hp_content_bottom_border {
        display: none;
    }
    
    .feature_blog_heading .col-md-12 h2, p{
        display: none;
    }
    
    .feature_blog_content {
        display: none;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     

Share This Page