The PNG image after the link is attached has a white background
-
After changing the theme to Lodestar, all png images with a transparent background have changed to images with a white background.
This applies to both widgets and pages, but only those that have a web link.
For example, in footer 3 I have 2 image (PAYPAL) widgets, one with a link and the other without a link.
How can I fix this problem?
In case of CSS editing, please ask for step-by-step instructions.
I have no experience with changing CSS.Greetings, Ela
The blog I need help with is: (visible only to logged in users)
-
Hi Ela,
I had a look at your site and the only PayPal widget I can see in your footer does have a transparent background:
Are you talking about another image? If so, could you add a screenshot to your reply? You can use an online tool for that (such as https://snipboard.io/), or follow the instructions described here:
https://en.support.wordpress.com/make-a-screenshot/.
Please also note, that with your plan, you can access live chat directly from https://wordpress.com/help/contact.
-
Thank you for your interest in my case. Just last night I managed to solve the problem by changing CSS to remove the white background and the frame around the image I applied:
.entry-content a img, .widget a img {
background: none;
border: none;
box-shadow: none;
}.site-footer .widget-area a img {
box-shadow: none;
}…and I’m very proud of myself that I’ve dealt with it myself ;)
Greetings, Ela.
- The topic ‘The PNG image after the link is attached has a white background’ is closed to new replies.