Hi,
I would like to add a line under a rich text.
Can you help please?
Many thanks,
Thierry
Hi,
I would like to add a line under a rich text.
Can you help please?
Many thanks,
Thierry
Sorry, here is the link of my website:
The line that I would like is a line of separation under a rich text section.
Hi @tboudier
This is Henry from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.css
Step 3: Paste the below code at bottom of the file → Save
[data-section-type=“rich-text”] {
text-decoration: underline !important;
}
Hope that my solution works for you.
Best regards,
Henry | PageFly
Hi @tboudier
You can follow the following steps:
If this solution is worked, then please Like this and Mark this as accepted solution!
Laddi
Hi,
Thank you for your help!
Unfortunately it does not work.
Any other solution?
Many thanks,
Please try with this code:
h2.heading.h1 {
border-bottom: 2px solid;
padding-bottom: 20px;
}