Copyright Info At Bottom

Discussion in 'Local Business WordPress Theme' started by 1stopnonprofitshop, Aug 1, 2014.

  1. 1stopnonprofitshop

    1stopnonprofitshop Guest

    Joined:
    Jul 18, 2014
    Messages:
    276
    Likes Received:
    0
    I posted before about the copyright info at the bottom of the site. I used to CSS code you gave me and it took of the left part, but not the other part. (See image attached). I tried to add the same CSS code and put right instead of left, but it didn't work. Is there other code I have to use to remove this?
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .copyrightinfo {
    display: none;
    } 

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page