101_kimmy
Member-
Content Count
6 -
Joined
-
Last visited
-
Changing banner txt Colour on one page only - York template
101_kimmy replied to 101_kimmy's question in Coding and Customization
Still no luck ... it doesn't seem to work at all even when I'm putting it in a code block and disabling ajax! -
Changing banner txt Colour on one page only - York template
101_kimmy replied to 101_kimmy's question in Coding and Customization
Thanks for your reply ... I tried it but it doesn't seem to work at all. I also tried it in the CSS editor but no luck 🤔 -
Changing banner txt Colour on one page only - York template
101_kimmy replied to 101_kimmy's question in Coding and Customization
I've tried to do this and its not working ... maybe I'm just inputting the wrong code. What code would you write for banner height, incorporating the #collection id? Ive been using ... .collection-type-album.show-album-banner.full-bleed-banner .page-banner-wrapper, .collection-type-blog.view-list.show-blog-banner.full-bleed-banner .page-banner-wrapper, .collection-type-events.view-list.show-events-banner.full-bleed-banner .page-banner-wrapper, .collection-type-gallery.show-gallery-banner.full-bleed-banner .page-banner-wrapper, .collection-type-page.show-page-banner.full-bleed-banne -
Changing banner txt Colour on one page only - York template
101_kimmy replied to 101_kimmy's question in Coding and Customization
Thank you @tuanphanthat works perfectly 🙂 ... you dont know how to make the banner height shorter without it affecting the whole site do you? -
101_kimmy started following Changing banner txt Colour on one page only - York template
-
Changing banner txt Colour on one page only - York template
101_kimmy posted a question in Coding and Customization
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 -
Injected Code Affecting All Pages Instead of Just One
101_kimmy replied to MarkFreeman's question in Coding and Customization
I have this exact same problem ... I know Im putting it in the correct place. Clicking the gear icon > advanced ... and it works in the backend builder but as soon as I preview it in the browser the code is affecting every page. Did you manage to figure it out?