Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there peaches Media!
    Site info and title in the footer? Can I have a link to your site?

    Do you mean the header? You can change this in the customizer. Under site identity you can uncheck the “display header text”.

    Thread Starter Peaches Media

    (@peaches-media)

    No, I mean the footer. Please look: https://www.wein-time.de
    There is in the foter Wein-time : Stolt pr?sentiert von WordPress.

    I want to delete this text.

    Thx

    Oh yeah. You can remove it using css or delete the line in the footer.php I believe.

    If you’re not that experienced with wordpress, I would suggest just install a custom css plugin and use this code:

    .site-info {
        display: none;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Site Info & Titel’ is closed to new replies.