I am using the WP estimation form.
Could you tell me how I could change the color of the stars?
Hi Keezia,
Thanks for reaching out.
Sometimes only screenshot doesnot help us to recognize the issue you are having. We need to examine your site to get the cause of the issue.
Can you please provide login credentials for your site in a secure note to examine it further, including:
– WordPress Site URL & Login URL
– WordPress Admin username/password
To create a secure note, click the key icon underneath any of your posts.
Thanks
Hi Tristup.
I have added credentials, Thanks.
Hi Keezia,
The issues described in the screenshot is not found on any pages of your site, can you please mention the exact page URL where you are having this issue.
Regarding the other problem especially for point no.1, I would recommend you troubleshoot a few common issues on that.
1.Plugin Conflict
2.CSS/JS Customization
3.Disabling Cache
To change the font size of the Step Title and the Form Title, you need to add the following custom CSS code to Theme Options > CSS
#estimation_popup.wpe_bootstraped .genSlide .stepTitle
{
font-size:12px;
}
#estimation_popup.wpe_bootstraped #lfb_mainFormTitle
{
font-size: 42px;
}
Remember that the above code will work if copied as it is and don’t conflict with any existing style.
Please note that the code provided serves only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle.
Please remember that we do not provide support for custom codes that means we can’t fix it in case it conflicts with something on your site nor will we enhance it.
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.