Hi! I'm trying to change the text in the Post & News button "read more" (I leave a screenshot) I've changed the PO and MO file and everything goes well less that button
And I wanna change the color of the red symbol that you can see in all posts, side Leave a Comment (I leave a screenshot)
Use a translating plugin like Loco Translate to translate the theme-related items like the 'read more' text. This worked for me and theres no need to change any files.
To change the color of the icon, add this to your css:
Hi! I'm trying to change the text in the Post & News button "read more" (I leave a screenshot) I've changed the PO and MO file and everything goes well less that button
And I wanna change the color of the red symbol that you can see in all posts, side Leave a Comment (I leave a screenshot)
Thank You!! ;)
Use a translating plugin like Loco Translate to translate the theme-related items like the 'read more' text. This worked for me and theres no need to change any files.
To change the color of the icon, add this to your css:
.comment-reply-title:before {
color: -insert hex code here-
}
Thanks!! Now the icon color is as I wanted. I tried Loco Translate, but doesn't work. All theme-related items are okay less that button
Thank you!!