Notifications
Clear all

[Solved] Sizing the rating stars

3 Posts
2 Users
0 Likes
1,549 Views
(@uri4u)
New Member
Joined: 5 years ago
Posts: 4
Topic starter  

I would like to change the size of the rating stars. Can it be done with CSS?


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

Hi Uri4u,

Please navigate to Dashboard > Comments > Settings > Styling admin page, put the following CSS in "Custom CSS Code" textarea, save it Delete all caches, do CTRL+F5 on the frontend. 

#wpcomm i.fa-star {
font-size: 25px !important;
}

Don't forget the red mark code before using. 


   
ReplyQuote
(@uri4u)
New Member
Joined: 5 years ago
Posts: 4
Topic starter  

Thanks!


   
ReplyQuote
Share:
Scroll to top