Hi,
You can use
.hfg_header.site-header {
box-shadow: none !important;
}
Regards,
Rodica
Thank you so much Rodica. It helped me out. I wish you all the best.
Hi,
Happy I was able to help!
If you are happy with our theme or support you can always leave us a review here https://wordpress.org/support/theme/neve/reviews/. It would help us a lot.
Regards,
Rodica
Hi Rodica,
I building a site with Neve theme and Gutenberg blocks.
I noticed that the theme comes with 3 headers.
I would like to delete one or two of them, but i haven’t been able to find out how to do it.
Thank you in advance for your help.
carolina
Hi @carolinacepeda,
Neve comes with three rows of header indeed. If you want to use just one of them, you can simply leave the other ones empty, without any component in them. https://prnt.sc/r26ea8.
And to remove a component, you just need to hover over it, and click on the X button https://prnt.sc/r26fg6
Regards,
Rodica
Amazing! Thank you for the header box shadow CSS –
I’m sorry for my silly question, but is the solution presented still supposed to work…? I’ve put this…
.hfg_header.site-header {
box-shadow: none !important;
}
in the style.css of Neve’s child theme, but the line bewtween the header and the body text (on a page, not post) is still there. What am I doing wrong…?
Thanks in advance!
Oh wow, sorry. I think I misread the whole thing. I was looking for a way to remove the thin line below the title on a page, but this topic is about a line right below the header.
I just figured out what to do to remove the line below a title. Just add this code in your child’s theme style.css:
.nv-page-title-wrap.nv-big-title .nv-page-title {
border-bottom: 0
}