Hy,
How can I replace the background color of the GK Arty template #F6F4F1 with a white color #FFF?
Best regards. Yanick
Hi Yanick,
You can try this custom css:
div#gkBg { background: #FFFFFF !important; } body#gkTemplateTop { background: #FFFFFF; }
Hi, It's perfect, thank you. Best regards. Yanick
You're welcome 😉