• Resolved jschvarzy

    (@jschvarzy)


    Hello,

    I would like to hide / delete these footer information : Surplus Concert by Surplus Themes. | Powered by WordPress.

    Were can I find them in css or php file please? Which line?

    Thank you very much for your answer,
    Jules

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jschvarzy

    (@jschvarzy)

    I succeeded, thanks!
    I don’t know how to delete / close this support topic.

    If needed, just modify the inc/template-functions.php file.

    Regards

    Theme Author surplusthemes

    (@surplusthemes)

    Hi,

    We are glad to know that you found the solution by yourself.

    Alternatively, footer info can be hidden via css.

    .site-footer .site-info {
    display :none;
    }

    Go to Dashboard -> Appearance -> Customize -> Additional CSS

    simply copy the CSS code and Click on Publish button to display changes.

    with regards,
    Surplus Themes

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Delete footer page information’ is closed to new replies.