How can I make the font normal? It’ defaulted to some sort of bold/shadow.
See randomsample.ca
Hey @baselinemktg,
Please check the yellow box in the screenshot below. Are you referring to that?

If so, the text shadow comes from our theme’s widget CSS. It can be overridden by adding the code below in Theme Options > CSS.
.widget {
text-shadow: none;
}
The bold part resulted from a syntax error in your custom HTML. You didn’t close the tags. I’d recommend removing the custom HTML in your headline if you’re not familiar with HTML.

Hope that helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.