Hi, We tried to open our website on the mobile end, however, only the iPhone X appears to have this problem. We tried to open it on desktops and another version of iPhone, they were all ok. Could someone please help solve this problem?
This would help us a lot! Thanks!!!
Hello @EliteCufflinks
can you share store URL?
Hello @EliteCufflinks
You can add code by following these steps
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file
-
Paste the below code before on theme.liquid
@media screen and (min-width: 767px){
a.header__heading-link.link.link--text.focus-inset span.h2 {
font-size: 17px !important;
}
}
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
there is no code. you mean or
Search by typing tag in theme.liquid file by pressing Ctrl + F and you will find it.
yes that’s what I did, there is no individual bracket/ sign of on my end here
@EliteCufflinks
you have base.css file in your theme?
found it! Problem solved, thanks!!!
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Thanks