try this
header.tc-header {
background-color: black;
}
put in it your child theme css
Thread Starter
SteffB
(@steffb)
Thanks jfkc,
but I still have the menu background with the white box, How can I delete it?
Thank you.
Steff
Will you provide a link to your site?
Thread Starter
SteffB
(@steffb)
Add this to your custom css or your child theme style.css
.navbar-inner {
background: black;
}
Thread Starter
SteffB
(@steffb)
There! It’s working!!
Thank you very for the help!!
Steff 🙂
Great.
Would you mind marking this topic as resolved?
Thanks 😀