Help removing menu and text

Discussion in 'ButterBelly WordPress Theme' started by quietleader, Mar 12, 2019.

  1. quietleader

    quietleader New Member

    Joined:
    Nov 19, 2018
    Messages:
    5
    Likes Received:
    0
    Can you please tell me how to remove the menu in the footer. I already unchecked the box in the appearance section but the menu won't go away.

    I also want to remove all of the text related to "posts" on the home page.

    See attached image for both requests.

    The theme I originally purchased is called Land Owner Pro.

    Thanks and best regards,
    Warren delete requests.png
     
  2. akbar92

    akbar92 Support Staff Staff Member

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

    Greeting from InkThemes,

    To make the desired changes, just paste the code in the Additional CSS section of the theme.

    Go to (Dashboard->Appearance->Customize->Additional CSS).

    Code:
    .hp_content_bottom_border {
        display: none;
    }
    
    .feature_blog_heading, .feature_blog_content {
        display: none;
    }
    
    .bottom_footer_content .footer_nav {
        display: none;
    }
    Let us know if you need further assistance we will be happy to help you.

    Regards,
    Akbar
    InkThemes.com
     

Share This Page