Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1423694

    Hello!
    Is it possible that URLs and links on umwelt-magazin.eu are displayed underlined? How do you set that?
    Kind regards!

    #1423714

    Hey Tim,

    We can give you CSS to use, could you try to specify which links you would like to underline a bit further?

    Best regards,
    Rikard

    #1423738

    Hello!
    I mean all links: for example “ecosia.org” or “umwelt-magazin.eu/ecosia” or “=>Ecosia” (there would be “=>Ecosia” clickable and you would be redirected to ecosia.org).

    #1423803

    Hi,

    Thanks for the update. There’s nothing like that in the theme by default unfortunately. You could try using code like this though: https://stackoverflow.com/questions/5379752/css-style-external-links, or try looking for a plugin which would implement such functionality for you.

    Best regards,
    Rikard

    #1424688
    #1424691

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    a[href*="ecosia"] {
      text-decoration: underline;
      color: green;
    }

    After applying the css, please clear your browser cache and check.
    If this doesn’t work for you please create a test page with the different variations of links for “ecosia” so we can examine.

    Best regards,
    Mike

    #1424693
    This reply has been marked as private.
    #1424695

    Hi,
    Ok, all links, Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top a {
      text-decoration: underline;
      color: #a8ca6d;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1424698

    Thank you! Now it would be best if the links are only displayed like this when they are incorporated into articles. Otherwise, for example, the header bar would no longer be displayed because everything would be green…

    #1424702

    Hi,
    Try this CSS instead, in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top .entry-content a {
      text-decoration: underline;
      color: #a8ca6d;
    }

    Best regards,
    Mike

    #1424711

    Thank you!!!

    #1424713

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘URL’ is closed to new replies.