ul class='gkBullet3 not taking

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 Jun 10, 2014 1:39 pm
Reply with quote
Report this post
Hello,

I have added the ul class gkBullet3 to a clean page and only the default ul class is displaying.

Is this a conflict? (my site is currently in DEV.)

Kind regards
Drew
User avatar
Gold Boarder

GK User
Tue Jun 10, 2014 2:07 pm
Reply with quote
Report this post
Could you please post an url to your site?
User avatar
Moderator

GK User
Thu Jun 12, 2014 4:44 pm
Reply with quote
Report this post
Please edit: /templates/gk_john/css/override.css and add at its end:
Code: Select all
.itemBody > ul.gkBullet3 li:before {
color: #f1c40f;
content: "\f006";
}

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

GK User
Fri Jun 13, 2014 12:08 am
Reply with quote
Report this post
Hello again,
Thanks for the tip - this one is proving more stubborn than expected.
    I've applied the code in the override file and cleared cache and changed browsers, and its still not taking.
Any suggestions please?

Kind regards
Drew

Cyberek wrote:Please edit: /templates/gk_john/css/override.css and add at its end:
Code: Select all
.itemBody > ul.gkBullet3 li:before {
color: #f1c40f;
content: "\f006";
}

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

GK User
Sun Jun 15, 2014 9:18 am
Reply with quote
Report this post
Sorry, my mistake:
Code: Select all
.itemBody ul.gkBullet3 li:before {
color: #f1c40f;
content: "\f006";
}

plus on previous declaration you have one additional "}" closing.
User avatar
Moderator

GK User
Mon Jun 16, 2014 4:20 am
Reply with quote
Report this post
Thanks Nailed it! (and thats for catching the additional closing too) :)

kind regards
Drew
User avatar
Gold Boarder


cron