• Resolved gvasudeva

    (@gvasudeva)


    After much reading i was finally able to create a website of my own. Now the problem is. when i open the site in IE it looks perfectly alright however when i try to open it in Google chrome the fonts look blurred.. if i decrease the zoom in chrome to 90% they look perfectly fine. My site is http://www.hrlounge.co.in …. Can someone please help me finding a solution to this problem.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I think that’s coming from your text shadow styles. Try removing them.

    Thread Starter gvasudeva

    (@gvasudeva)

    Tried… But it doesnt solve the problem…

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Your text shadow looks like it’s still there; did you add it back in?
    If not, try this CSS;

    body {
     text-shadow: none;
    }

    Whereabouts are you adding this CSS?

    Thread Starter gvasudeva

    (@gvasudeva)

    Thanks Andrew for your help… However i made the changes from the template i installed for making the website… I guess it didn’t work…The code that you mentioned above… do i add it in the style sheet ..?? I am sorry, but as i said above i am new to all this… & learning my way along. Thanks again for your help!!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try to avoid modifying the theme’s files, because you’ll lose those modifications when the theme updates.

    If it’s just CSS modifications, try this Custom CSS Manager plugin. Enter the CSS within that plugin’s allocated section of the dashboard.

    Thread Starter gvasudeva

    (@gvasudeva)

    Andrew… There is only one word for you… GENIUS.. I just tried & it worked.. 🙂 However the Header Font still look little cramped… Can anything be done regarding those too….

    Thank you Thank you Thank you!!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    The font in the navigation menu?
    You can add letter spacing to that if you want.
    E.g;

    ul#top-menu a {
     letter-spacing: 1px;
    }

    Thread Starter gvasudeva

    (@gvasudeva)

    Thanks Andrew… Just tried… Looks better now… Thank a lot for your help 🙂

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Font Doesnt look right in Chrome’ is closed to new replies.