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?
Also, if you would like to minimize the space between the text and the bottom-border line you can play with the text-element’s ‘line-spacing’ property in the Inspector Panel to shrink the element’s box size which will bring the line closer to the text:
Try nesting the HTML tag in another tag which will not have the border bottom. This might allow you to underline only a certain part of the title, just like you would write in vanilla HTML and CSS.