Hello,
I have a heading at the top of my collection but I want it to display across the two images like I have shown in the screenshot.
Any help is much appreciated.
Many thanks,
Josh
URL - mutu-store
Hello @jking403
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
RESULT:
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Hi there @jking403 You should check out the marked solution reply here https://community.shopify.com/post/1613021
I think this solution should work fine for your case as well so let me know if it does.
Hi @jking403
Thanks for your query :
You can follow this instruction:
Go to Shopify > Theme > Customize
Hide the collection title here: https://prnt.sc/ipE1yMMpEXoW
Then Add block custom liquid: https://prnt.sc/H_GUm-ZQAbLs
Add this code below to show the collection title: https://prnt.sc/1Wx9ImXatN6q
# {{collection.title}}
Here is the result:
Hi Tech_Coding, this works! Thank you!
Dont suppose you know how I can change the text colour to white?
Many thanks,
Josh