Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #338855
    HansH
    Participant

    Hello team,

    If I remove the image from the header too get a blanc header, thereoccurs a thin black line under the header. Is it possible to remove this line?

    Kind regards

    Hans Hagmeijer

    #338859
    sujapati
    Keymaster

    @HansH: Yes that line was intended to separate the header from body content. If you want to remove it, you can add following CSS on your site.

    .header-transparent .wp-block-main-header {
        border-bottom: none;
    }

    Kind Regards,
    Sujapati

    #338863
    HansH
    Participant

    Hello Sujapati,

    thank you for answering.

    kind regards

    Hans Hagmeijer

     

     

     

     

    #338892
    HansH
    Participant

    Hello Sujapati,

     

    This worked fine,

     

    Thank you.

     

    Kind regards

     

    Hans Hagmeijer

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