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 #2898033
How to adjust the overlay content box style
Closed

Comments

  • algottt started the conversation

    Hi,

    Please check the attached file.

    How to adjust the style of the red line box markup? It is now a black or gray background box, is it possible to remove it completely?


    Best Regards

    Boris

  •  2,699
    PenciDesign replied

    Hi,

    1/ If you want to remove the overlay, please add more this code to Customize > Custom CSS:

    .penci-overlay-over:before{ opacity: 0 !important; }
    

    2/ If you want to remove the borders, please add more this code to Customize > Custom CSS:

    .penci-overlay-over .overlay-border{ opacity: 0 !important; }

    Best Regards,

    PenciDesign