Tagged: x
-
AuthorPosts
-
January 26, 2017 at 1:29 am #1345943
jensjakobsenParticipantHi
I need to underline all links and have the default settings for any standard link for every article that. I write. This has already been achieved – see example here: http://kvikkastrup.net.virker.nu/svoemning-2/
However, I also need to have all the article headers – in the body area – to NOT have underlined links, but basically behave like any other x-theme clickable header. To see my problem, please go to http://kvikkastrup.net.virker.nu, where you can see that all my links in the article header have underlined links.
January 26, 2017 at 1:41 am #1345956
LelyModeratorHello There,
Please also add the following CSS on Appearance > Customize > Custom > Edit Global CSS:
.x-main .x-recent-posts a { text-decoration: none !important; }What you have added affect all links. Now above CSS will revert that and remove the underline for that recent post element.
Hope this helps.
January 26, 2017 at 2:32 am #1346001
jensjakobsenParticipantThanks, it worked like a charm!!!
January 26, 2017 at 2:52 am #1346017
Rue NelModeratorYou’re most welcome.
Thanks for letting us know that it works out for you. -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1345943 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
