Display only parent...
 
Notifications
Clear all

[Solved] Display only parent comments and view replies ∨ button

3 Posts
2 Users
0 Likes
1,307 Views
 Rjk
(@rjk)
Trusted Member
Joined: 5 years ago
Posts: 83
Topic starter  

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.


   
Astghik
(@astgh)
Illustrious Member Admin
Joined: 6 years ago
Posts: 5924
 

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.   


   
 Rjk
(@rjk)
Trusted Member
Joined: 5 years ago
Posts: 83
Topic starter  

many thank for the reply.

works perfect.

regards and the help is apreciated,

This post was modified 5 years ago by Rjk

   
Share:
Scroll to top