Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #337252
    RodeBoy
    Participant

    Hi guys, I am building a small site for my daughters wedding next year. I have the main header virtually transparent but I would like to remove the dark line just under the header please. Can you provide the CSS coding please? It’s a border of some sort, but I can’t narrow it down to where it is!

     

    Many thanks,

    Chris

    #337253
    RodeBoy
    Participant
    #337261
    minal
    Keymaster

    Hello @rodeboy,

    To remove that line below the header please add below CSS snippet on additional csss

    To find additional CSS on your site please go to Dashboard > Appearance >> Customizer >> Additional CSS

    .fluid-layout #header-content, 
    .boxed-layout #header-content .wrapper {
    
      box-shadow: none;
      -webkit-box-shadow: none;
    
    }
    
    

    Hope it works for you

    Sincerely,

    Minal

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