I can use different text block with different types of fonts? I do not want to use only one source for the text block.
RESUME
I want to use text block with different types of formatting: different types of fonts, font size, color for each text block. How to individualize?
//////
LINK
http://www.liliansouza.com/assets/2016
LINK IMAGE
http://www.screencast.com/t/jCJBmmpBXUh
Hi mleite1,
I think the easiest option would be to add inline styles, something like this:
<p style="font-family: verdana;">
text
<p>
<p style="font-family: arial;">
text
<p>
Regards,
Rikard
Okay, Rikard. How do I do that? Where do I put these codes?
Ok, Rikard.
Tks
Hey!
Please use a text box element it’s the first one in content elements.
Paste the code as text in the text editor not in visual mode (You will find this option on the right side of the WYSIWYG text editor) :)
Regards,
Vinay