Is it possible to change view replies so i can change it into the local language? Also, is it somehow possible to change the color, make the font larger or let the view replies blink? People dont see it.
Hi @rjk,
Is it possible to change view replies so i can change it into the local language?
The phrase "View Replies" can be found and translated on Dashboard > Comments > Phrases > Comment admin page.
Also, is it somehow possible to change the color, make the font larger or let the view replies blink?
The following CSS code should help you to change the font size and the color of the "View Replies" phrase.
The CSS code should be added in "Custom CSS Code" textarea, located in the Dashboard > Comments > Setting > Styling admin page.
#wpcomm .wc-comment-footer .wc-footer-right .wc-toggle i, #wpcomm .wc-comment-footer .wc-footer-right .wc-toggle span {
color: #5f4d4d !important;
font-size: 16px !important;
}
Please don't forget to change red marked code before using.
Also please delete all caches and press CTRL+F5 (twice) on fronted to reload updated CSS file.
many thank for the reply.
works perfect.
regards and the help is apreciated,