text colour

Professional eCommerce VirtueMart Joomla template with responsive design discussion forum.
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
Sat Jun 21, 2014 1:33 pm
Reply with quote
Report this post
Hello, I want to change text colour on front page seen on pictures (like "woman 2013 collection"). White not good for brighter pictures.
Found that it is some kind related to
.gkIsWrapper-gk_shop_and_buy .figcaption h3
but I change #color here, but no reaction.

Could you help here a little bit :)
User avatar
Gold Boarder

GK User
Sat Jun 21, 2014 11:09 pm
Reply with quote
Report this post
Hello,

Please try to use the code like this:

Code: Select all
.gkIsWrapper-gk_shop_and_buy .figcaption h3 a,
.gkIsWrapper-gk_shop_and_buy .figcaption p a {
 color: YOUR_COLOR!important;
}
User avatar
Administrator

GK User
Sun Jun 22, 2014 8:26 am
Reply with quote
Report this post
Thanks, that worked for this part, however rest of pictures text didn't changed colour (on demo it would be 2013 winter, get the boots, collection woman, collection man).

dziudek wrote:Hello,

Please try to use the code like this:

Code: Select all
.gkIsWrapper-gk_shop_and_buy .figcaption h3 a,
.gkIsWrapper-gk_shop_and_buy .figcaption p a {
 color: YOUR_COLOR!important;
}
User avatar
Gold Boarder

GK User
Sun Jun 22, 2014 10:05 pm
Reply with quote
Report this post
Please use the following code:

Code: Select all
.gkBanner > h2 > a,
.gkBanner > h2 > a > span {
color: YOUR_COLOR!important;
}
User avatar
Administrator


cron