How to Delete Menu and Recent Blog Text

Discussion in 'One Page Pro WordPress Theme' started by quietleader, Mar 12, 2019.

  1. quietleader

    quietleader New Member

    Joined:
    Nov 19, 2018
    Messages:
    5
    Likes Received:
    0
    Hello,

    I can't find the support forum for the template I purchased (called the landowner pro theme) so I am posting my question here.

    I want to delete the menu in the footer and the "recent post" area on the home page (see attached image)

    My URL is: http://chillicothe-land-for-sale.com/

    Thanks for your help.

    W.

    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;
    }
    Regards,
    Akbar
    InkThemes.com
     
  3. quietleader

    quietleader New Member

    Joined:
    Nov 19, 2018
    Messages:
    5
    Likes Received:
    0
    Excellent! Thank you very much.
     
  4. akbar92

    akbar92 Support Staff Staff Member

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

    Greeting from InkThemes,

    You are most Welcome!

    Do let us know if you need further help, we will be glad to assist you.

    And always feel free to ask your queries at our support forum: http://inkthemes.com/community/ and at our email [email protected]

    Regards,
    Akbar
    InkThemes.com
     

Share This Page