Some of the text in my widget area has a shadowing/overlapping problem.
I can’t see it anywhere else, it seems to only appear on these two shortcode widgets.

Some of the text in my widget area has a shadowing/overlapping problem.
I can’t see it anywhere else, it seems to only appear on these two shortcode widgets.
Hi Kym,
Thanks for reaching out.
Sometimes the only screenshot doesn’t help us to recognize the issue you are having. We need to examine your site to check what is the cause of your problem.
Hope you will not mind sharing your website credentials. Please provide the details of your site in a secure note, including:
– WordPress Site URL & Admin URL
– WordPress Admin username/password
To create a secure note, click the key icon underneath any of your posts.
Thanks
It’s an Intranet page so you can’t reach it, I’m afraid.
Hey Kym,
You have mentioned that it “only appear on these two shortcode widgets”. The text-shadow probably came from a 3rd party plugin. You may need to identify which plugin is it and contact the creators of the plugin. They should be able to help you further with this issue.
Best Regards.
I found the line that’s causing the issue, I just don’t know where to remove it.
Sorry, I’m not very experienced in CSS
Hello Kym,
The code is in the built-in theme’s stack style.css file. What you can do is copy the code, change it back to the default value of the text-shadow attribute to none
and then add your custom CSS in Cornerstone > Theme Options > CSS.
Hope this helps.
Thanks, that worked!
For anyone else that encounters this, adding this line to Custom CSS fixes it
}
.widget {
text-shadow: none;
Hey Kym,
Make sure to properly close your CSS code. It should be:
.widget {
text-shadow: none;
}
Please have it corrected to prevent any future conflicts. Thanks.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.