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 #1864380
Style problems in Images (featured image)
Closed

Comments

  •  4
    Dagalidis Dimitris started the conversation

    How is possible to make black transparent background color in Article featured images ?

    If the image behind the title is not Dark, then is very hard to read it.

    Look the attached image.

    Thanks in advance for your help

    Dimitris Dagalidis

  •  501
    Penci replied

    Hi,

    Please go to Customize > Addtional CSS then add custom css to do that:

    .penci-grid_4 .grid4_items .penci-image-holder:after{
        background: #000 !important;
        opacity: .7 !important;
    }

    You can change opacity  from 0 to 1


    Best Regards,

    PenciDesign