-
AuthorPosts
-
October 25, 2023 at 2:50 pm #1423694
Hello!
Is it possible that URLs and links on umwelt-magazin.eu are displayed underlined? How do you set that?
Kind regards!October 25, 2023 at 4:51 pm #1423714Hey 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,
RikardOctober 25, 2023 at 10:43 pm #1423738Hello!
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).October 26, 2023 at 4:34 pm #1423803Hi,
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,
RikardNovember 4, 2023 at 9:17 pm #1424688Really? There is no funcion like this?: https://www.dropbox.com/scl/fi/88w99syi9cb8abr6y64gy/zgzigzgeeeeeeeeee.png?rlkey=d9kntiv1juq1sxgzjog2p14nu&dl=0
Best regardsNovember 4, 2023 at 9:28 pm #1424691Hi,
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,
MikeNovember 4, 2023 at 9:54 pm #1424693This reply has been marked as private.November 4, 2023 at 9:58 pm #1424695Hi,
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,
MikeNovember 4, 2023 at 10:14 pm #1424698Thank 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…
November 4, 2023 at 11:07 pm #1424702Hi,
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,
MikeNovember 5, 2023 at 9:14 am #1424711Thank you!!!
November 5, 2023 at 11:27 am #1424713Hi,
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 -
AuthorPosts
- The topic ‘URL’ is closed to new replies.