Hi @freddyeee
I hope you are doing well today.
Please consider this code in Appearance -> Customize -> Additional CSS
.hustle_module_id_4 .hustle-content-wrap .hustle-title {text-shadow: 2px 2px #000;}
.hustle_module_id_4 .hustle-content-wrap .hustle-group-content p {text-shadow: 2px 2px #000;}
where “4” is the ID of your pop-up. You can find your ID in URL of the edit mode of your pop-up.
Kind Regards,
Kris
I added the code, but didn’t see any change, how to fix that ?
Hi @freddyeee,
I hope you are doing well today!
As Kris already explained, you will need to change ID value to your popup ID which seems to be 1. Please using below code and let us know how it goes.
.hustle_module_id_1 .hustle-content-wrap .hustle-title {text-shadow: 2px 2px #000;}
.hustle_module_id_1 .hustle-content-wrap .hustle-group-content p {text-shadow: 2px 2px #000;}
Kind regards,
Zafer
yes, I changed the Id to 1, It didn’t change anything.
what could be the problem ?
Hi @freddyeee,
I don’t see the CSS when I check your website at the moment. Have you removed the above CSS?
However, there is a minor tweak to the paragraph text, could you please replace the above CSS with the following and see it helps?
.hustle_module_id_1 .hustle-content-wrap .hustle-title { text-shadow: 2px 2px #000; }
.hustle_module_id_1 .hustle-content-wrap .hustle-group-content p > strong { text-shadow: 2px 2px #000; }
You can add the CSS via the default WordPress customizer, under Appearance > Customize > Additional CSS.
If you still notice the same issue even after that then please do check whether you have any cache enabled, and try clearing the cache to see if the changes apply.
Please do let us know how that goes.
Kind Regards,
Nithin
I put the code in there: https://snipboard.io/QKBDGR.jpg
So that’s why it didn’t function
Hi @freddyeee,
I checked and confirmed the CSS now works fine. I am marking this ticket as resolved.
Please feel free to open a new ticket if you need any further assistance, we are happy to help 🙂
If you found our plugin helpful, please leave us a rating which help us to keep the plugin free forever.
https://ww.wp.xz.cn/support/plugin/wordpress-popup/reviews/
Kind Regards,
Nebu John