Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #330571
    ute hieke
    Participant

    I want to remove Logo and Menü …

    .page-id-2897 .custom-header {display: none; !important;}

    ist not working.

    Any suggestions?

    #330580
    tikaram
    Keymaster

    @foto-hoki :  Can you please post in your site URL so that I can check your site and provide you the required fix.

    Regards,
    Tikaram

    #330706
    ute hieke
    Participant

    Hi Tikaram,

    this is the site URL:

    https://burg-ranfels.de/

    I look forward to your help

    Ute

    #330720
    tikaram
    Keymaster

    @foto-hoki : The logo can be removed from the customizer you don’t need to add additional css. To remove the logo
    Login to your WordPress admin section. Go to Appearance => Customize => Site Identity
    Under Site Identity you will find the uploaded logo, click on remove and click on publish.

    To remove the menu. Go to Appearance => Customize => Additional css and add the following css

    #primary-menu-wrapper {
        display: none;
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

    #330723
    ute hieke
    Participant

    Hi,

    well no, I tried to remove the menu only for ONE page.

    But I found it out now.

    This CSS worked:

    .page-id-2897 .site-header-main {display: none;
    }

    Thank you

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.