Hello! I need help changing the .site-header class to have a background color but only for the homepage (I want for there to be a black bar going across the top of the page behind my navs and such but only for the homepage). I’m using a brooklyn theme. Thanks!
2 Likes
Hello @rosieett122 ,
There is dynamic class available in body class.
You can assign css it with dynamic class.
.template-index .site-header {
background: #000;
}
It will apply to homepage only.
Thanks
Please share your store URL.
sorry for that issue can you please provide store url so i will check and guide
hello @rosieett122
provide store url so i will check and guide