• Resolved David

    (@brigdonnwr)


    Hi, thankyou for your fab theme. Is there a ‘straightforward’ (i.e. via customise menu) way to remove the footer credit, or do you recommend creating a child and amending the footer.php?

    Thankyou!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @brigdonnwr,

    Glad you like it! Go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and add the code below:

    .theme-credits { display: none; }

    Let me know if that does it.

    — Anders

    Thread Starter David

    (@brigdonnwr)

    Thanks Anders – it is a success; but there’s still the ‘section’ part remaining – is there a way to delete the whole section?

    Theme Author Anders Norén

    (@anlino)

    @brigdonnwr You can remove the entire section with this code:

    .footer-inner { display: none; }

    Thread Starter David

    (@brigdonnwr)

    That works perfectly, thankyou for your help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Removal of footer credit’ is closed to new replies.