Home Page › Forums › Porto | Multi-Purpose & WooCommerce Theme › How to change color in registration pop up and remove rating in porto feature › Reply To: How to change color in registration pop up and remove rating in porto feature
Hello, @sen_lau,
First of all, Thanks for the access to your site.
1- To change the color of the button background and text navigate to the Dashboard >> PORTO >> Theme Options >> Skins >> Custom CSS >> Paste the below code at the bottom of the black box.
#login-form-popup .button{background: pink !important; color: black !important;}
Then save settings and check back to your site after clearing the browser cache.
Note: In the above code the word “Pink” is the background color and the word “black” is the text color you can change it with the color you want.
2- I just checked and confirmed that in the widget settings, there is no option to remove the star rating so I added a custom CSS code in the PORTO >> Theme Options >> Skin >> Custom CSS >> at the bottom of the black box >> see the image: https://postimg.cc/CBZfWXXS by adding this code your issue is resolved. Here is the resulting image: https://postimg.cc/62wphSKM
Best Regards,
PThemes Team.