Getting rid of the copyright text…

Support Area Forums Selfie Getting rid of the copyright text…

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://
  • Author
    Posts
  • #22988
    Avatar photoFabian Roemer
    Participant

    Hey Bill,

    How?

    Thanks,

    Fabian

    #22993
    Bill Robbins
    Moderator

    Good Morning Fabian,

    You can get rid of the copyright text. Go to the Theme Options page and choose the Footer tab. In the field for the Custom Footer Text, enter this:

    
     
    

    and save your options. That’s the html character code for a space which should hide the text on the front end of your site.

    Another option is to add this snippet to the Custom CSS box that’s in the Advanced tab in the theme options page:

    
    #footer {
    	display: none;
    }
    

    If you have any questions or trouble, let me know.

    Thanks,
    Bill

    #23000
    Avatar photoFabian Roemer
    Participant

    Thanks yet again! It worked!

    #23001
    Bill Robbins
    Moderator

    Fantastic. Let me know if you need anything else.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Getting rid of the copyright text…’ is closed to new replies.