Okay
  Public Ticket #3025953
Mobile view
Closed

Comments

  •  16
    alis_andreea started the conversation

    Hi there, it's me again with other stuff to bother you guys:)

    Please see print screen 1 and 2.

    picture 1 is printscreen of my shop on desktop, picture 2 is a print screen of my shop from my phone.

    There are 2 different fonts that I see that pictures. Every time I open my website on mobile, the font is the one you see in picture nr.2, and on desktop is the font in picture nr.1

    My question is if you can guide me to understand what have I done that It looks like this. I would prefer the font in picture 1 to see it also on mobile.


    Thank you! 

  •  279
    Noah replied

    Hi there,

    The font on desktop seems to be san-serif and to apply it to mobile view use this CSS:

    @media screen and (max-width: 782px){
    body{
        font-family:'sans-serif';
    }
    }
    

    add it to salient \ general settings - css script related - custom css.

    Cheers. 

  •  16
    alis_andreea replied

    Hi Eliud,

    I used the css but it does not change, still lokks the same on mobile.

    Thank you

  •  279
    Noah replied

    Hi there,

    Could you try this CSS instead:

    @media screen and (max-width: 782px){
    body{
        font-family:'sans-serif' !important;
    }
    }
    

    If its not working then give us access to the backend - username password with admin privileges - we take a better look.

    Thanks.

  •  16
    alis_andreea replied

    Hi Eliud,

    Sorry for late answear. 

    This css also does not work, the font mobile still is the same.

  •  279
    Noah replied

    Hi there,

    The font on mobile for that section is sans-serif.

    Can we get that access as requested in previous message we fine tune the CSS from the backend.

    Thanks. 

  •   alis_andreea replied privately
  •  8,860
    Tahir replied

    Hey Again,

    Try using a Different Font and check if the issue exists on Mobile and Desktop as this could be due to a Font Rendering issue.

    Thanks 


    ThemeNectar Support Team