Change the default bullet icon

GK User
Thu Jul 04, 2013 6:19 pm
Hello all:

Is it possible to specify a default bullet icon to appear inside articles? Currently I get a black check mark as the bullet icon but would like to change it to a star. I know I can change the HTML code to add <gkbullet4> but is there a way to make that the default one so that I dont have to change the code everytime?

Thank you.
User avatar
Senior Boarder

GK User
Thu Jul 04, 2013 9:31 pm
Hi,
yes it's possible but sometimes it may generate appearance problems (!) with others components/views. But try if you'd like to test:

Code: Select all
ul li {
    background: url("../images/style1/typography/bullet3.png") no-repeat scroll 0 6px transparent !important;
}



How to: http://www.gavick.com/documentation/joo ... -template/
User avatar
Platinum Boarder


cron