Hello,
How do I make my font (text block content) 16px Courier and a darker color that is more eligible to read then the standard enfold default color?
Thank you
Hi Nathan!
Thank you for using Enfold.
You can add this to the Quick CSS field:
.avia_textblock p, .avia_textblock {
font-family: Courier;
font-size: 16px;
font-weight: 600;
}
Regards,
Ismael
Thank you Ismael,
It worked, however on this page:
http://bodytalkcare.com/about/
Under where it says “purposes” “passion” and “values”
the first bullet point is off, do you know why that is?
Thank you for your assistance I appreciate it.
Hey!
Please add following code to Quick CSS as well
.entry-content-wrapper ul li:first-child {
list-style: disc inside;
margin: 0;
}
Cheers!
Yigit
thank you!
:D