How do I change the font of the text registered in the TEXT BLOCK?
Which option I select the styling general? I just need to change in specific text block.
the text block is <p>
In general styling has not <p> option to customize.
Hi mleite1!
use this:
p.p1 {
font-family: helvetica;
}
Regards,
Andy
Andy, how do I add color, line spacing and font size?
A doubt.
This change is for all BLOCK TEXT I use the site?
I insert this code below and did not work.
p.p1 {
font-family: helvetica;
font size: 9px;
color: #000000;
}