Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #322622

    Hi,

    I have installed a premium wp plugin (post auto spinner, rewriter), after install my settings of H Tags except text-transform: none all of like font-weight, font-size etc. in custom.css don’t work now. I have deleted the plugin but nothing changed, now I have lost my settings, maybe my custom css don’t work completely.

    I used Open Sans and added in function.php;
    $fonts['Open Sans'] = 'Open+Sans:300,400,600,700,800&subset=latin,latin-ext';
    and in custom css as font-weight: 300; now it seems like 600 or 800 so very bold.

    Furthermore, if I use page builder (special heading) element, on mobile devices it is OK, but because I use body font 16px and for mobile devices 14px in custom.css, if I add via text editor any H Tag it appears on mobile devices like body text 14px.

    How can I fix that? Thank you in advance!

    Ps: Peter wenn du da bist kannst auch in Deutsch antworten, Danke!

    Regards
    Erdogan

    #323055

    Hi,

    same issue happened even with Roboto Google Font. I don’t understand why, my codes also menu styles all of lost!

    Regards

    #323797

    Hi Erdogan!

    Sorry for the late reply!
    1- Can you post a link to your page where we can see an example? I have tried adjusting Open Sans font weight to 300 and it seems to be working fine. Text on the left is with font weight of 300 and on the right it is set to ‘normal’ – http://i.imgur.com/1wIgaGk.png
    2- Have you tried adjusting font size on mobile? If not, please use following code and adjust as needed

    @media only screen and (max-width: 480px) {
    h1 { font-size: 18px !important; }}

    Regards,
    Yigit

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.