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 #1876569
Penci Slider
Closed

Comments

  • hellojohndennis started the conversation

    Is it possible to change the color behind the text on the penci slider? Or do you have to have black behind the title and caption?

  •  2,699
    PenciDesign replied

    Hi,

    You can do that by add more this code to Customize > Custom CSS:

    .pencislider-container .pencislider-content .pencislider-title span,
    .pencislider-container .pencislider-content .pencislider-caption span{
    background-color: rgba( 0, 0, 0, 0.4 );
    }
    

    Note Important:

    Change values:   0, 0, 0   on the above code to R, G, B values of color you want to chagne for.

    You can get R, G, B values for color you want to change on this site - check this image for more.


    Best Regards,

    PenciDesign