Re: Font not changing in mobile version in motion theme

Font not changing in mobile version in motion theme

Subhansaqib
Shopify Partner
10 0 5

I am facing some issue in mobile version of my website 

 i have selected headings font: roboto condensed bold italic but it only changes in laptop version.When i preview it from my mobile it is not italic 

Replies 8 (8)

devcoders
Shopify Partner
227 40 55

Hello there,

 

Please share me store url and password.

 

Thank you!

Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com.
If my assistance was helpful, please consider liking and accepting the solution. Thank you!
Subhansaqib
Shopify Partner
10 0 5
Subhansaqib
Shopify Partner
10 0 5

devcoders
Shopify Partner
227 40 55

Hello
please add this css Asset > theme.css and paste this at the bottom of the file:-

 

@media screen and (max-width: 769px) {
body, input, textarea, button, select, a, p ,h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-weight: bold;
    font-style: italic;
}
Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com.
If my assistance was helpful, please consider liking and accepting the solution. Thank you!
Subhansaqib
Shopify Partner
10 0 5

Hello,

Do I have to go to edit code and then theme.scss and paste it at the bottom?

devcoders
Shopify Partner
227 40 55

Hello @Subhansaqib 

 

yes.

Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com.
If my assistance was helpful, please consider liking and accepting the solution. Thank you!
Subhansaqib
Shopify Partner
10 0 5

Hello,

I tried the method u told me but it isn’t working.It actually removes my photos and section,The only remaining thing it shows is the headings 

Flashbox
Visitor
1 0 0

THANK YOU! This solved the issue 😄