Are you a GenerateCustomer?

Do you have an active GP Premium or GenerateBlocks Pro license key?

Create a GenerateSupport account for GeneratePress and GenerateBlocks support in one dedicated place.

Create an account
Already have a GenerateSupport account? Login

Just browsing?

Feel free to browse the forums. Support for our free versions is provided on WordPress.org (GeneratePress, GenerateBlocks).

Want to become a premium user? Learn more below.

underlin

  • Hello,
    I would like to ask how to best set the distance between the underline and the text in GenerateBlocks.

    The standard underline (text-decoration: underline) is too close to the font. I need to achieve a gap of, for example, 5px between the text and the line.

    Is it possible to set this directly in the editor, or do I have to use my own CSS?

  • Hi there,

    You can use CSS to set an underline offset.

    For example:

    .your-selector {
        text-underline-offset: 5px;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.