Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2359092
Transparent background of homepage featured boxes
Closed

Comments

  • Picantere started the conversation

    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.

  •  2,699
    PenciDesign replied

    Hi,

    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/rxx3ja

    Change value 0.5 to opacity value you want.


    Best Regards,

    PenciDesign

  • Picantere replied

    Thanks it worked