I changed the color link but now I can't go back to the previous state. Now in the blog the titles and the "more" links have the same color. I need change the "more" links color.
Please help.
Please try adding the given css from wp-admin -> apperance -> customize -> custom css :
div.cats+p+a.link {
color: red;
}
Yes, this code change the "more" links in the "blog" page, but in the "home" page the links no changed.
I can restore the theme? Put as before?
My credentials:
My web: www.escuelacine.com
User: mc_deimon
Password: delunoalocho
Use this code :
.readmore,.link{color:red !important;}
I have also added this code to your site just as a test.
Change "red" to any custom hex color code