Hello Milton, try to use the following CSS code.
You can add CSS code in the Customize → Additional CSS section.
.entry-thumb:not(:hover) {
background-color: transparent;
}
Please feel free to ask any other questions that you might have.
Kind Regards, Roman.
Thank you for this Roman. When I use this code, the transparent callout appears to give a white color for the background rather than actually transparent. Do you have an idea for why it would be doing that?
Hello Milton,
When I use this code, the transparent callout appears to give a white color for the background rather than actually transparent. Do you have an idea for why it would be doing that?
It’s white because the basic background color is white. Do you want to set a different background color for that thumbnail section?
Kind Regards, Roman.
Hey Roman,
So I’ve changed the way my home-screen looks here: https://thecollegexchange.com/
Is there a way that I can turn the white background into any color that I want and manipulate it in different ways such as adding a border around it?
Thank you!
Milton
Hello Milton,
Is there a way that I can turn the white background into any color that I want and manipulate it in different ways such as adding a border around it?
I’m not sure what exactly you want to achieve. Can you please provide some explanatory screenshots? You can upload screenshots to your WordPress Media Library and share a link, or you can use one of the online services (Google Drive, Dropbox, etc.).
Kind Regards, Roman.
Hey Roman,
In the screenshot link below you’ll see an image which sits on top of a white background, but then there’s another background behind the white background that’s grey. In the “Colors” option when I’m customizing my platform, there isn’t an option to change the color of the white background that’s present. Is there a special code I can use to change this white background to the grey color I’m using?
It looks like the white background is an automatic setting that’s embedded into the Alizee them itself, but I’m not entirely sure.
https://thecollegexchange.com/wp-content/uploads/2017/07/CXC-Home-Page-Background-Color.png
Best,
Milton
Hello Milton, thank you for the screenshot.
You can try to add this CSS code in the Customize → Additional CSS section:
.hentry {
background-color: transparent;
box-shadow: none;
}
Kind Regards, Roman.
This worked like a charm, thank you so much!
You are welcome Milton! π
Kind Regards, Roman.