Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
Hello everyone,
I was wondering if its possible to change the font of one column. I would like to have the font changed to ''Work Sans'', and everything in white if possible.
URL: https://glowee.nl/
Any help is greatly appreciated.
Thank you.
Solved! Go to the solution
This is an accepted solution.
Add the following code at the end of your base.css file:
document.querySelector("#shopify-section-template--15290490290398__16372376068d4eb299 > div > div > div.title-wrapper-with-link.title-wrapper--self-padded-mobile")
{
font-family: 'Work Sans'!important;
}
#Slider-template--15290490290398__16372376068d4eb299 > li > div > div.multicolumn-card__info > h3
{
font-family: 'Work Sans'!important;
}
#Slider-template--15290490290398__16372376068d4eb299 > li > div > div.multicolumn-card__info > div > p
{
font-family: 'Work Sans'!important;
}
#shopify-section-template--15290490290398__16372376068d4eb299 > div > div > div.center > a
{
font-family: 'Work Sans'!important;
}
Let me know if that works!
Hi @Dike
On your current homepage that section seems to have changed colors. Is it still the same that should be adjusted?
Let me know!
Hello @JHKCreate , thank you for your reply.
I have opted to use black text color, but I would still like to have the font changed if possible.
Thank you.
This is an accepted solution.
Add the following code at the end of your base.css file:
document.querySelector("#shopify-section-template--15290490290398__16372376068d4eb299 > div > div > div.title-wrapper-with-link.title-wrapper--self-padded-mobile")
{
font-family: 'Work Sans'!important;
}
#Slider-template--15290490290398__16372376068d4eb299 > li > div > div.multicolumn-card__info > h3
{
font-family: 'Work Sans'!important;
}
#Slider-template--15290490290398__16372376068d4eb299 > li > div > div.multicolumn-card__info > div > p
{
font-family: 'Work Sans'!important;
}
#shopify-section-template--15290490290398__16372376068d4eb299 > div > div > div.center > a
{
font-family: 'Work Sans'!important;
}
Let me know if that works!
User | RANK |
---|---|
231 | |
87 | |
85 | |
51 | |
41 |