Hello,
I want to change the font color of “Read more” for the Post Slider.
And I want to change the name “Read more” to “Learn more”
Could you please help me, thank you
Hey Markus,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
Hello,
here is a picture with the desired changes
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
.slide-entry-excerpt .read-more-link a {
color: #97c13c;
}
Best regards,
Rikard
Hello Rikard
Thanks for your help. That’s working.
Now I would like to change the space and the text as shown in the picture above
Hi,
Add this to quick css:
.read-more-link{
padding-top:20px!important;
}
Best regards,
Jordan Shannon
Hello Jordan
Thanks for your help. That’s working.
Now I would like to change the text “read more” to “Mehr erfahren” as shown in the picture above
Hi,
Refer to Nikko’s post here:
https://kriesi.at/support/topic/change-text-in-read-more-link/#post-799259
Best regards,
Jordan Shannon