Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi,
Is there an (easy) way to change the font size of the cookiebanner (desktop and mobile), add a space between two blocks of text and also add more hyperlinks behind some words?
Thanks!
Hi @TOC-MR,
Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:
.shopify-pc__banner__body {
font-size: 13px !important;
}
you can also change the px yourself, it will work fine