Viewing 6 replies - 1 through 6 (of 6 total)
  • Yes you can, but it’s not a good practice.
    Or, at least, make a donation before.

    Thread Starter Caroline Ian

    (@caroline-ian)

    Can you advise?
    Thanks

    Thread Starter Caroline Ian

    (@caroline-ian)

    I feel I need to reword the question! How can I remove the credit? I appreciate your view ‘Tizz’ on donation, it is a great theme indeed, and yes, I am more than happy to donate!! However, I would still appreciate knowing how I can do so! I will, in fact setting up a page dedicated to credits etc!
    Thank you.

    It’s cool to leave the footer credit on, a website with footer credit looks classier than one without. But it’s your own site, so you should be able to do whatever you want.

    Go to the theme setting, look for Custom CSS and put this in

    .footer-info .site-info {
    	position: absolute !important;
    	clip: rect(1px 1px 1px 1px); /* IE7 */
    	clip: rect(1px, 1px, 1px, 1px);
    }

    That will visually hide the footer credit area.

    To totally pull it out from the source code or replace with other text, you have to create a child theme and make adjustment to footer.php.

    Thread Starter Caroline Ian

    (@caroline-ian)

    . . . thank you very much! It worked, you are a genius!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How do I remove the footer credits’ is closed to new replies.