Remove page links at the very bottom of the home page.

Discussion in 'ButterBelly WordPress Theme' started by irissalmins1, Mar 22, 2016.

  1. irissalmins1

    irissalmins1 Member

    Joined:
    Jan 14, 2013
    Messages:
    239
    Likes Received:
    5
    How do I remove page links at the very bottom of the home page.
    Thanks for your time.
    Iris Salmins
     
  2. nitin

    nitin Guest

    Hi Iris,

    Greetings from InkThemes,

    Could you please provide us URL of your website along with some edited screenshot of your requirements, so that we can assist you accordingly?

    We will provide you the necessary CSS code which you can directly implement in your website and get the things done.

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  3. irissalmins1

    irissalmins1 Member

    Joined:
    Jan 14, 2013
    Messages:
    239
    Likes Received:
    5

    Attached Files:

  4. priya

    priya Guest

    Hello,

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

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page