Hello How can I change the pink color on the box (background for the post title) on the slider? The color does not match the style of the webpage I want to make. Thanks in advance.
Hi @zoetropo,
I hope you are well today and thank you for your question.
You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.
Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS
.flex-caption h2.entry-title {
background: rgba(68, 218, 97, 0.7);
}
Please change the color value in the above code to whatever you want to use by referring the following pages.
http://www.w3schools.com/html/html_colors.asp
http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.asp
Best Regards,
Movin