This topic has 4 replies, 2 voices, and was last updated 7 years, 9 months ago ago by Rose Tyler
Hello,
How can i change the color red to green in the read more button from wp posts?
https://gyazo.com/1f0417c8a48673faa56248546a61b3b9
Thnx
Hello,
Please show a direct page link where you have this posts.
Regards,
Rose Tyler.
http://www.berendetimmerwerken.nl/testpage/
i have changed read more to my language, but the color of the button still remain red.
Hello,
I’ve added custom class http://prntscr.com/e5kbwa, please, add this code in Custom CSS:
.post-grid .vc_btn3-container.vc_btn3-left a {
background-color: green;
}
.post-grid .vc_btn3-container.vc_btn3-left a:hover {
background-color: rgba(0, 128, 0, 0.46);
}
Regards,
Rose Tyler.
You must be logged in to reply to this topic.Log in/Sign up