Quote:
Quote from ms_dstation on February 5, 2014, 00:31
I cannot seem to figure out which CSS in the Custom Color Settings refers to the text on the front page slider. It seems to be a light gray (AAAAAA) and I need it to be a darker color to show up on the background I chose.
Thank you!
Hello,
You can add the following code in the end of the Custom Color Setting Box of KABBO Options. Please change the color as expected.
Code:
.da-slide p { color: #AAAAAA; }
Thanks