Removing ButterBelly theme text to add business text

Discussion in 'ButterBelly WordPress Theme' started by chassieb, Feb 6, 2014.

  1. chassieb

    chassieb New Member

    Joined:
    Dec 17, 2013
    Messages:
    26
    Likes Received:
    0
    Hi! I was hoping you could provide some code for me to change the text at the bottom of the site to read "Copyright 2014, Gina Louise." instead of what is there now. I attached a screen shot.

    I also wanted to know if there is a way to remove the link that allows people to call the business. My client wants that removed.

    Thanks!
     

    Attached Files:

  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    For footer text
    Go to the
    Dashboard > Appearance > Theme options > Footer settings > Footer text
    And add your text there.

    footer-text.png

    For call feature.
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .footer_top_container .call_us p {
    display: none!important;
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page