How to use different colors for the "header text"

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Nov 26, 2013 8:03 am
Reply with quote
Report this post
Hi,

I will like to know if it is possible to use different color for the "header text" for each slide.

Example:
For the "Captura1" the text color WHITE works.
but for the "Captura2" the texto color WHITE does not work

I will like to use different text color for each slide.

http://www.triada2007.com

Thank you.
User avatar
Expert Boarder

GK User
Tue Nov 26, 2013 8:09 am
Reply with quote
Report this post
Please edit: /templates/gk_storebox/css/override.css and add at its end:
Code: Select all
#gkHeaderMod .gkIsWrapper-gk_storebox figure:nth-child(3) figcaption {color: #000 !important;}


this will set color of first slide text to black. To define text for other slides, increase number in nth-child(x) selector.

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Wed Nov 27, 2013 6:46 am
Reply with quote
Report this post
Why does it start at (3) ? Thank you.
User avatar
Expert Boarder

GK User
Thu Nov 28, 2013 6:02 pm
Reply with quote
Report this post
Because figure might be first child of that type, but in fact, there are two more divs before, and they count as 1 and 2.
User avatar
Moderator


cron