Viewing 3 reply threads
You must be logged in to reply to this topic.
the Link Color in Post is not pink as it should be. I want them to be underlined an in #ac3a64. Actually there is no highlighting for Links in any texts. For example the “munich Business school” on kundenKarma.de/home is only underlined, because I changed the text-Style. The “Microsoft Studie” on https://kundenkarma.de/webseiten-usability-warum-du-sie-verbessern-solltest-2-2/ is not highlighted at all, allthough i changed it manually. It sort-of didn’t safe the style. But I want links to be visable, whithout doing anything. Did I Do anything wrong in my settings?
PS Login Data is in my account information
Hello,
Please add this code into your custom css box in General Options :
a {
color: #ac3a64 !important;
text-decoration: underline;
}
It will change the links color throw out the site. By default the links highlight only on hover. This will make them visible all the time.
Best regards!
Hello thank you, but that changed every Link in my projekt even the Color in the Codeless Menus (which you can’t read any more). The Menu is now underlinded as well. I only want to change the Links in regular Text and in Blog-Posts. Do I have to add a Class and which one would this be?
Hello,
Please edit out the code to this:
.single-post article a {
color: #ac3a64 !important;
text-decoration: underline;
}
.cl-text a {
color: #ac3a64 !important;
text-decoration: underline;
}
Let us know if you need further help.
Best regards!
You must be logged in to reply to this topic.