Can you please send me the link for rating appears
I am asking page link where is rating appears
Ok where can I find that line of code
Rajan is telling you that you’d written the url incorrectly.
@marcussportsilo – you will find the frontend-min.css file in this directory on your website:
wp-content / plugins / multi-rating-pro / assets / css /
It’s not really a good idea to use the editing tool in Dashboard > Appearance.
Instead, use FTP to connect to your website. Then it should be easy to find. See https://codex.wordpress.org/FTP_Clients
BUT there is no point editing that file because the next time the author updates that plugin, any changes you’ve made will be erased.
Instead, put those CSS changes into your theme’s stylesheet (or ideally your child theme’s stylesheet) so they over-ride the plugin’s CSS.
You have ftp or cpanel? you can access using this or
go to Plugins => Editor => Select plugin to edit: “multi-rating” (right top)
Then find the frontend-min.css and edit it
But its not professional way, If you edit this code in future you update this plugin you have lost your changes
thanks jason for your help
can you tell me how i can do the last option you suggested, I’m a total newbie and learning on the go. thanks jason
i can make a child theme by using the child themify plugin?
also jason how can i find this directory
wp-content / plugins / multi-rating-pro / assets / css /
i tried go to appearance > editor
and after that i didn’t see a wp content file
Yes you can use that plugin to create a child theme and it looks well rated.
Once you’ve created your child theme, it will have its own style.css file and that’s where you can add your CSS. But I can’t teach you to write CSS, that’s something you’ll need to learn.
How to find that directory? Read what I wrote above about using FTP and stop using Appearance > Editor – that way lies disaster.