• Resolved feiaweng

    (@feiaweng)


    Hello,

    I want to build a new site with this theme Blask. Should the informations
    ” Stolz pr?sentiert von WordPress | Theme: Blask von Automattic” stays at the footer, or can it be deleted?
    This is only a question ??
    Thanks a lot

    feiaweng

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Kathryn Presner

    (@zoonini)

    @feiaweng Sure – you can delete the footer with some custom CSS:

    .site-info {
      display: none;
    }

    Don’t edit the theme files directly, otherwise your changes will be overwritten every time the theme is updated.

    An easy way to add custom CSS is to use the CSS editor included in the Customizer as of WordPress 4.7. Head to Appearance > Customize > Additional CSS to add your custom CSS.

    Thread Starter feiaweng

    (@feiaweng)

    Hello Kathryn,

    thanks for your answer. I have it removed ??

    regards
    Ralf

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘can the footer line be deleted?’ is closed to new replies.