Re: Change Font type in mobile blog preview

Solved

How can I alter the font type in mobile blog preview?

pjk3635
Tourist
13 0 2

On the mobile version of the site: https://q1hd6utjbreo0c7p-12859847.shopifypreview.com

 

I'd like to change the body font to Body Text Regular instead of the font it is under now (this is on the home page).

 

What code can I use to change this? 

 

Screenshot 2022-05-03 103318.png

 

Thanks in advance!

Accepted Solution (1)

LitCommerce
Astronaut
2860 684 761

This is an accepted solution.

Hi @pjk3635,

Go to Assets > custom.css and paste this at the bottom of the file:

.homepage-blog-mobile .rte span {
	font-family: var(--body-font-stack) !important;
}

Hope it helps!

LitCommerce - The Most Simple & Affordable Multi-channel Selling Tool.
Effortlessly sell on biggest marketplaces like Amazon, Etsy, eBay, Facebook etc with bulk listing tool, real-time sync & smart order management. Use LitCommerce free for 1-year now!

View solution in original post

Reply 1 (1)

LitCommerce
Astronaut
2860 684 761

This is an accepted solution.

Hi @pjk3635,

Go to Assets > custom.css and paste this at the bottom of the file:

.homepage-blog-mobile .rte span {
	font-family: var(--body-font-stack) !important;
}

Hope it helps!

LitCommerce - The Most Simple & Affordable Multi-channel Selling Tool.
Effortlessly sell on biggest marketplaces like Amazon, Etsy, eBay, Facebook etc with bulk listing tool, real-time sync & smart order management. Use LitCommerce free for 1-year now!