Frontpage elements buttons have wrong text color

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
Wed Mar 16, 2016 10:07 am
Reply with quote
Report this post
[edited by moderator]

On the mainpage I configured sliding tablet and price table with the code shown here:
http://orientacjanarakownie.pl/index.ph ... e-elements
http://orientacjanarakownie.pl/index.ph ... rice-table

However, the buttons have invalid text color. It's the same as the button, so the user can't see the text.
Can you help?
User avatar
Expert Boarder

teitbite
Sun Mar 20, 2016 11:50 am
Reply with quote
Report this post
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.gkPriceTable .loaded a {
color: #fec54d;
}

.gkPriceTable .gkPremium a {
color: #4c90fe;
}
User avatar
Moderator

GK User
Mon Mar 21, 2016 3:39 am
Reply with quote
Report this post
Does not work.

As soon as I put pricetable into 'mainbody' module position, gkMainbody settings override text color. For now I've put an empty custom HTML module into mainbody. But the spacing it creates looks bad. Please advice.
User avatar
Expert Boarder

teitbite
Thu Mar 24, 2016 1:08 pm
Reply with quote
Report this post
Hi

If You say it's overridden, than try use higher priority script:

Code: Select all
.gkPriceTable .loaded a {
color: #fec54d !important;
}

.gkPriceTable .gkPremium a {
color: #4c90fe !important;
}
User avatar
Moderator


cron