Good morning,
I would like to know if it is possible to put a white border on the writing METTI LA PSORIASI FUORIGIOCO on the photo in the HOME. It is a change that I would like to apply only to this portion of text
Thanks,
Mariarita
Hey Mariarita,
Please try the following in Quick CSS under Enfold->General Styling:
.av-csfzhy-f690435c7a4f1368fea2bacd1626ec2f {
border: 1px solid #fff;
}
Best regards,
Rikard
the border must be to the text itself. I don’t want a box around the text
Hi,
Thanks for the update. Do you mean that you want the text to be underlined?
Best regards,
Rikard
Good morning,
I’ll send you a photo, maybe I can’t make myself understood well.
https://prnt.sc/x96qERqZwC2Q
Thank you,
Mariarita
Hi,
Please try this instead:
.av-csfzhy-f690435c7a4f1368fea2bacd1626ec2f {
border: 3px solid #fff;
padding: 50px 20px;
}
Best regards,
Rikard
Unfortunately this is not what I asked for, see photo
https://prnt.sc/gVbSkYJfX-8t
Mariarita
Hi,
Thank you for the screenshot.
You can try this css code instead:
#top .av-special-heading.av-csfzhy-f690435c7a4f1368fea2bacd1626ec2f {
text-shadow: -1px -1px 0 white,
1px -1px 0 white,
-1px 1px 0 white,
1px 1px 0 white;
}
Best regards,
Ismael
Thank you very much, I solved my problem
Hi,
Thanks for the update. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard