How can I add a line under rich text?

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:

https://bangkokfirstaid.com/

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:

  1. Please go to the Online Store
  2. Then Edit Code
  3. Please find the theme.liquid file
  4. Before end of Please add following code.

If this solution is worked, then please Like this and Mark this as accepted solution!

Laddi

Hi,

Thank you for your help.

I am not looking to underline a text but to add a separation line after a rich text section more like here:

Hi,

Thank you for your help!

Unfortunately it does not work.

Any other solution?

Many thanks,

What I am looking for to do is something like this. But sometimes it would be under the rich text section and sometimes above.

Please try with this code:

h2.heading.h1 {
border-bottom: 2px solid;
padding-bottom: 20px;

}