I am trying to change the banner copy to black on one page only but I can't seem to get it to work. It will affect everything site wide. I've tried a lot of things that seem to work for others but aren't working for me so I don't know what the solution is. I can't seem to find a block ID for the banner copy and collection ID's don't seem to be working.
If I put it in the header code injection of the page (pages > click gear icon > advanced) it will work perfectly within the builder but as soon as I preview the site in the browser it stops working completely. Sooo frustrating!!!
Question
101_kimmy 0
I am trying to change the banner copy to black on one page only but I can't seem to get it to work. It will affect everything site wide. I've tried a lot of things that seem to work for others but aren't working for me so I don't know what the solution is. I can't seem to find a block ID for the banner copy and collection ID's don't seem to be working.
This works but is changing all pages:
.collection-type-page.show-page-banner.banner-text-alignment-center .page-text-wrapper .page-title {
color: #000000 !important;
}
If I put it in the header code injection of the page (pages > click gear icon > advanced) it will work perfectly within the builder but as soon as I preview the site in the browser it stops working completely. Sooo frustrating!!!
This does not work:
#collection-5f1ffbd0d7d2395c497533c7 {
.collection-type-page.show-page-banner.banner-text-alignment-center .page-text-wrapper .page-title {
color: #000000 !important;
}
}
Link to post
Top Posters For This Question
5
4
Popular Days
Aug 12
5
Aug 10
2
Aug 11
2
Top Posters For This Question
101_kimmy 5 posts
tuanphan 4 posts
Popular Days
Aug 12 2020
5 posts
Aug 10 2020
2 posts
Aug 11 2020
2 posts
8 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment