Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #316134
    ujesko
    Participant

    I want to remove the small black divider between Header and primary menu on desktop.  jesiorkowski.de

    Is there anybody to help?

    #316143
    tikaram
    Keymaster

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

    .site-header-menu {
       border-top:unset;
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

    #316154
    ujesko
    Participant

    Thank you very much for your reply. I tried to fill in that code, but it doesn’t work. There’s no effect. Regards, Uwe

    #316163
    tikaram
    Keymaster

    @ujesko : I checked your site and it looks like you have not added the additional css that I have provided. Can you please try adding the given css and let me know.

    Regards,
    Tikaram

    #316169
    ujesko
    Participant

    Now it works, Tikaram! Many thanks!!! 🙂

     

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘remove small black line between header and primary menu on desktop’ is closed to new replies.