• Resolved yazbod

    (@yazbod)


    Hey!

    Is there a way to remove the footer widgets? I don’t need them right now and would be great if I could get them not to appear.

    Also is it possible to remove the footer text Powered by WordPress?

    Thanks for your help! Great theme! Love it!

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

    (@anlino)

    Hi yazbod,

    Happy to hear you like Baskerville! To hide the footer and ”Powered by…” text, install a custom CSS plugin like Simple Custom CSS and enter the following code:

    .footer.section,
    .credits-left span {
       display: none !important;
    }

    Let me know how it goes.

    – Anders

    Thread Starter yazbod

    (@yazbod)

    Thanks! It worked great! Thank you very much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Footer Widgets’ is closed to new replies.