How do I make the wholw nav bar at the top one colour
RespondidaHello,
Could you assist me please with getting the whole nav bar at the top one color? When I change the header color in CSS it only changes the inside part. What class in CSS do I need to update to make the outside color change too in the nav bar? I would like the background color to be different as this is linked to the header from the color section.
Thank you.
Kind Regards,
Anton
-
Hi Anton Van der meyden :),
pick the main wrapper class of header, see how I did:
Here, header class is parent class so CSS would be :
.header {background-color: black }
If you have custom theme then your header parent class would be different (or may be):
.header-wrapper {background-color: black }
OR
.header-outer {background-color: black }If you share the URL of HC then I can share exact code.
If any confusion feel free to ask.
-
Hello Ifra,
Thank you for the reply.
It is not live yet to share the URL but I will play with what was suggested above to see if I can get it to work.
Thank you.
Kind Regards,
Anton
Por favor, entrar para comentar.
2 Comentários