Okay
  Public Ticket #3042372
How can I style links for <p> tags ONLY?
Closed

Comments

  • treelady started the conversation

    If I have a link in text within a paragraph <p> tag, I'd like that text of that link to be underlined so people can see it's a link. Right now links look the same as regular text.

    I ONLY want <p> tag links underlined. Not headings. How can I do this?

    The 3rd paragraph of this page has some links for example: https://treebettydev.wpengine.com/about/

    Can you tell me what CSS to add (or if there's another way) so that these links displayed as underlined and another color (blue for example).

    Thank you!

  •  870
    Neuron replied

    Hi,

    Can you please add the following code at Appearance > Customize > Additional CSS?

    .elementor-widget-text-editor a {
        text-decoration: unerline;
    }

    Feel free to ask for anything you need.

    Kind Regards