Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
I think that’s coming from your text shadow styles. Try removing them.
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?
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.
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;
}
Thanks Andrew… Just tried… Looks better now… Thank a lot for your help 🙂