Hey there
I want all of the text links to have a thin underline. The regular underline (text formating) is too thick, so i thought i could use some css to set a border bottom (with lets say 1px).
But where/how do i add this code snippet into the editor?
Many thanks, j
@Jan Leu, try using the following code in the Editor X built-in IDE:
$w('#yourTextElement').html = `<h3 style="border-bottom: 1px solid black;">YOUR TEXT</h3>`
CSS editing is feature request which you can vote for here: https://support.wix.com/en/article/editor-x-request-editing-your-sites-css-code-style-sheet @Roberto Rocha do we have something for this?