Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #330777
    ute hieke
    Member

    Hi,

    i need to remove the site title from a single page.

    https://burg-ranfels.de/kunst-kaufen/

    How do i do that?

    Best, Ute

    #330780
    tikaram
    Participant

    @foto-hoki : Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css.

    .page-id-2898 .entry-title {
        display: none;
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

    #330782
    ute hieke
    Member

    Thanks a lot Tikaram, it works.

    #330807
    tikaram
    Participant

    @foto-hoki : Glad to know that the issue has been resolved. Let me know if you have any more theme related issues.

    Regards,
    Tikaram

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How do i Remove Site Title’ is closed to new replies.