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 #1837962
background color for post title
Closed

Comments

  • ratheeshvnair started the conversation

    Please see attached. Some of the post titles for my feature slider ( style 15) is not very visible because of its white title and white / bright image in background for the post (i do not want to use gradient effect). So I wish to set a background color for all post tiles within this feature slider posts (style 15). please advise how to set a background color for post title as attached ?

  • ratheeshvnair replied

    attachment below 

  •  501
    Penci replied

    Hi,

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

    .penci-owl-featured-area.style-15 .penci-slider__text {
        background: rgba(17, 17, 17, 0.6);
    }

    You can change background color to any background color you want. You can get a color code here


    Best Regards,

    PenciDesign