Comments Picantere started the conversationApril 12, 2020 at 5:05pmIs there any way to set up transparent the color of the background of homepage featured boxes? It is green right now. ThanksI attach the photo. 2,700PenciDesign repliedApril 12, 2020 at 5:40pmHi,Please add more this code to Customize > Custom CSS to do that: ul.homepage-featured-boxes .penci-fea-in h4 span span, ul.homepage-featured-boxes .penci-fea-in h4 span, ul.homepage-featured-boxes .penci-fea-in.boxes-style-2 h4 { background-color: rgba(129, 215, 66, 0.5); } Change values 129, 215, 66 to R G B values as you want. You can get RGB values of a color here - check this image: http://prntscr.com/rxx3jaChange value 0.5 to opacity value you want.Best Regards,PenciDesignPicantere repliedApril 12, 2020 at 8:43pmThanks it worked Sign in to reply ...
Is there any way to set up transparent the color of the background of homepage featured boxes? It is green right now. Thanks
I attach the photo.
Hi,
Please add more this code to Customize > Custom CSS to do that:
Change values 129, 215, 66 to R G B values as you want. You can get RGB values of a color here - check this image: http://prntscr.com/rxx3ja
Change value 0.5 to opacity value you want.
Best Regards,
PenciDesign
Thanks it worked