I love the demo creative services. How in the world do I get the fonts to be darker in the paragraphs? I have tried some CSS with what little skills I have, but hen the font will then change. I changed the color within the Enfold panel.
Hey Inklingsinc,
Thanks for reaching out to us!
Would you mind providing a precise link to your site, showing the fonts in question? We need to be able to inspect them in order to help :)
Best regards,
Jordan
Sorry this took so long to get back to you! was at the day job.
Link is http://www.findlocalseo.com
Anyway in my attempt to correct the issue I had loaded another demo – then wiped everything clean and started over. Create=ive demo has been reloaded again.
Hi,
Thank you for getting back with the URL. The font color is #383838 which is already almost black. It appears to be light because the font is very thin. You can use the below css to set the color to black and if that does not suit your taste please try to increase the font weight value to 400 or more which will make the font bolder.
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.avia_textblock p{
color:#000;
font-weight:100;
}
Best regards,
Vinay