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 #1762866
Homepage Title Box Background Color
Closed

Comments

  • MTRIPPER started the conversation

    Hi, there!
    I'm using the theme Soledad Travel Blog 3. Is it possible to change the "Homepage Title Box Background Color" opacity and measurements? If possible, I would like to use a white/transparent background color and change the width and length (for a smaller version).Can you help me? Thank you!

    M.

  •  2,699
    PenciDesign replied

    Hi,

    To do that, please add more this code to Customize > Custom CSS:

    ul.homepage-featured-boxes .penci-fea-in h4 span{
        background: transparent;
    }
    ul.homepage-featured-boxes .penci-fea-in h4 span span,  
    ul.homepage-featured-boxes .penci-fea-in.boxes-style-2 h4,
    .penci-promo-text h4 {
        background-color: rgba(255, 255, 255, 0.8);
    }
    

    Change 0.6 to opacity value you want.

    Best Regards,

    PenciDesign

  • MTRIPPER replied

    Thank you so much! It worked great :)