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
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
Hello there,
Please share me store url and password.
Thank you!
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;
}
Hello,
Do I have to go to edit code and then theme.scss and paste it at the bottom?
Hello @Subhansaqib
yes.
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
THANK YOU! This solved the issue 😄