Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #316029
    ujesko
    Participant

    I want to remove a divider in the header of Fotografie Pro theme. It’s a thin black line and divides the site title from primary menu. Is there anybody who can help?  url: https://jesiorkowski.de

    #316032
    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Remove divider in header of fotografie pro’ is closed to new replies.