Hi, I inserted this css but no chaged body text. Where it is wrong?
I need the line Gratuitamente tips, consigli in different body.
Thanks.
https://drive.google.com/file/d/1mL42RIm6TlL4hhvYBAlwM4qCuM1tfE_M/view?usp=sharing
Hey robertoKM,
What exactly did you insert into CSS?
Best regards,
Jordan Shannon
.your-custom-class {font-size: 100px; }
Hi robertoKM,
Please remove this:
.your-custom-class {font-size: 100px; }
then in the Text Block change that from Visual (Visuale) to Text (Testo) then wrap your current text/content in a span:
<span class="mytext">your text</span>
then save. In Enfold > General Styling > Quick CSS, add this css code:
#top .mytext {
font-size: 100px;
}
Hope this helps.
Best regards,
Nikko
THANK YOU VERY MUTCH:
Hi robertoKM,
You’re always welcome :)
Feel free to create a new thread if you need further assistance.
Thanks again :)
Best regards,
Nikko