Text mark with "highlighter pen"

Hello,

May I ask for your help, how to mark words in a way that it looks like making with a highlighter pen? I would love for hearing about the best solution in shapely :slight_smile: Please find attached a picture to make sure what I mean :slight_smile:

Thank you so much indeed!

Zsuzsi

Hello there,

I hope you are doing well today.

Doing this would require you to manually add the following CSS to every instance you want it to appear using the HTML editor:


p {
    border-bottom: 10px;
    border-color: red;
}

Here are a few more options:

Best Regards,
Support

Oooh, sorry if I wasn’t clear, will it also underline like a highlighter pen in a nice way as in my previous attachement? Thank you much indeed! Zsuzsi

Hi Zsuzsi

Sorry but no, that’s not possible, with the css provided by my colleague you can only have a border at the bottom of the text not exactly like you want but its pretty close to it :slight_smile: