Viewing 3 reply threads
You must be logged in to reply to this topic.
Hello,
within a text-section in a regular page, the links are not in the designed color (in my case red), but they are working. See: https://kundenkarma.de/impressum/ -> the word “dreamstime”. Where do I cange that?
Jasmin
Hello,
Please add this code into your custom css box:
a {
color: #ac3a64 !important;
}
Change the color to your wish. Let us know.
Best regards!
Hello, Where do I finde the custom css and does it stay, after updating the theme?
Greetings Jasmin
Hello,
The Custom Css box is located in General > Custom Codes > Custom css.
See screenshot: https://postimg.org/image/lhli7b2fj/
Use the other editors to add custom javascript code and html. The content added in these boxes is stored in the database. This makes it independent from any theme update (which overwrites only the files). So no, this code will not be lost in case of a theme update.
Let us know.
Best regards!
You must be logged in to reply to this topic.