Remove phone line and Butterbelly line

Discussion in 'ButterBelly WordPress Theme' started by vesity, Aug 17, 2014.

Thread Status:
Not open for further replies.
  1. vesity

    vesity Member

    Joined:
    Oct 3, 2013
    Messages:
    241
    Likes Received:
    0
    Hi. How do I remove the following?...
    1. The phone at the footer "For Reservation Call : 1.888.222.5847" (including the icon.)
    2. The last line on footer: "ButterBelly Theme Designed And Developed by InkThemes.com"
    Thank you!
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Go to Appearance > Theme Options > Styling Options > Custom CSS
    And paste following code in Custom CSS and press Save All Changes button.
    Code:
    .footer_top_container {
    display: none;
    }
    .bottom_footer_container {
    display: none;
    }
    
    This will solve your issue.

    Always use child theme to modify your theme files. In this way you won't lose your modifications during theme update. If you need help in creating a child theme just go here.

    Thanks & Regards
    Yogesh Bhade
     
  3. vesity

    vesity Member

    Joined:
    Oct 3, 2013
    Messages:
    241
    Likes Received:
    0
    Perfect - thank you!
     
Thread Status:
Not open for further replies.

Share This Page