D5 Creation Forum

Open Forum for D5 Creation's Members and Visitors

Before requesting any support Please search the Forum First. You may find your desired answer. This will save your waiting time and will save our working hour. We may not answer the question which we have already answered. You should also read our Support Policy

Re: Custom color for Kabbo slider text

Front Page D5 Creation Forum General Support Custom color for Kabbo slider text Re: Custom color for Kabbo slider text

#4833
D5 Creation
Keymaster
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