How to change the bullet style!

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 Feb 22, 2014 7:59 pm
Reply with quote
Report this post
Hello friends,
I want to change the bullets!
They should look like these icons "icon-check-empty"
Does anyone know where you can change it and what to watch out for?

Thanks in advance

regards :)

Sakari
User avatar
Expert Boarder

GK User
Mon Feb 24, 2014 10:24 am
Reply with quote
Report this post
You cant change them globally as this might cause problems ;).
Instead, please post an url to your site - to exact place where you would like to modify the bullets (eg single article) - I'll provide override.css that will modify the bullets in all comparable places.
User avatar
Moderator

GK User
Mon Feb 24, 2014 9:05 pm
Reply with quote
Report this post
Have you a personal message sent! :)

Thanks :)
User avatar
Expert Boarder

GK User
Thu Feb 27, 2014 6:38 pm
Reply with quote
Report this post
Ok, I have got the link, but I cant find where you have putted standard bullets and would like to change them to something else. Please provide me with more detailed info.
User avatar
Moderator

GK User
Sat Mar 01, 2014 9:19 am
Reply with quote
Report this post
Please edit: /templates/gk_creativity/css/override.css and add at its end:
Code: Select all
ul.gkBullet1 li:before {
color: #222;
content: "\f096";
}

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

This change will change styling of all gkBullet1 styled unordered lists.
User avatar
Moderator

GK User
Sat Mar 01, 2014 9:21 am
Reply with quote
Report this post
Ps, sorry for asking for the access each time... If I'll ask you next time for it, just post a link to your site's url, and an info that I have an access in my PM box ;).
User avatar
Moderator

GK User
Sat Mar 01, 2014 1:45 pm
Reply with quote
Report this post
Cyberek wrote:Please edit: /templates/gk_creativity/css/override.css and add at its end:
Code: Select all
ul.gkBullet1 li:before {
color: #222;
content: "\f096";
}

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

This change will change styling of all gkBullet1 styled unordered lists.



Thanks, but it does not work or what do I need to consider?

I admit it, for example like this:
Code: Select all

<ul class="gkBullet1">
<li>This is a bullet!</li>
<li>This is a bullet!</li>
<li>This is a bullet!</li>
<li>This is a bullet!</li>
<li>This is a bullet!</li>
<li>This is a bullet!</li>
</ul>



In my JCE editor it is not displayed, so I typed it directly!
Properly, right?

Here again the link!

Access you have already! :)

Thanks again for your help! :)
User avatar
Expert Boarder

GK User
Sat Mar 01, 2014 7:41 pm
Reply with quote
Report this post
and how about if I want to remove the bullet....

Kind Regards

Goran
MICROweb
User avatar
Senior Boarder

GK User
Sat Mar 01, 2014 7:45 pm
Reply with quote
Report this post
Ok, almost there - this code should work:
Code: Select all
ul.gkBullet1 li:before {
color: #222 !important;
content: "\f096" !important;
}
User avatar
Moderator

GK User
Sat Mar 01, 2014 7:49 pm
Reply with quote
Report this post
This was the fastest feedback I ever seen.. :D

Thank you very much and have a nice weekend....


Kind Regards

Goran
MICROweb
User avatar
Senior Boarder

GK User
Sun Mar 02, 2014 12:43 am
Reply with quote
Report this post
Yes, now it works!

Do I need to enter the code each time ( <ul class="gkBullet1"> ) manually?

You can not automatically insert using the editor that?

Thank you very much :)
User avatar
Expert Boarder

GK User
Mon Mar 03, 2014 10:18 am
Reply with quote
Report this post
Yes, you need to enter it manually, as there is more than one type of gkBullets style.
User avatar
Moderator

GK User
Mon Mar 03, 2014 12:56 pm
Reply with quote
Report this post
Too bad, but thanks for your help! :)
User avatar
Expert Boarder

GK User
Mon Mar 03, 2014 8:32 pm
Reply with quote
Report this post
No problem :).
User avatar
Moderator


cron