Comments hellojohndennis started the conversationJanuary 31, 2019 at 12:49amIs 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,700PenciDesign repliedJanuary 31, 2019 at 4:22amHi,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 Sign in to reply ...
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?
Hi,
You can do that by add more this code to Customize > Custom CSS:
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