On the “Blog Posts” element…
1. How do I change the background color to transparent (so there is no white background when thee image is too small)?
2. How do I change the border color to transparent as well?
3. How do I change the post date color?
Hey smiley789654123,
Thank you for your patience and the link to your site, to change the background color to transparent and change the post date color to white, Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:
#main .main_color .avia-content-slider .slide-image {
background: transparent;
}
#main .main_color .avia-content-slider .slide-meta-time {
color: #fff;
}
but I didn’t see a border color on this element, do you mean a different border color?
After applying the css, please clear your browser cache and check.
Best regards,
Mike
“but I didn’t see a border color on this element, do you mean a different border color?”
My apologies, I assumed that page had the same outline as other pages did.
On the home page, with the pics on a white background, you can see the grey border. I’d like to eliminate that as well.
(Also, the code you provided worked. Thank you!)
Hi,
Thank you, for the images with the borders please try this css:
#main .av-magazine-thumbnail {
border: 0px none;
}
I see other borders between the elements but I believe you want to retain these.
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Worked perfectly. Thank you!
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike