1. accs-web
  2. Commercial Templates
  3. Monday, 31 July 2017
  4.  Subscribe via email
Hi
I am using Habitat template and would like to add new Bullet picture (Windings3 Character code 132 color red).
How do I do it.
Thanks
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

You can try add the following to the Custom CSS field of your templates parameters where '#' is the URL to your image...

ul.mybullet li {
background: transparent url("#") no-repeat scroll left center;
list-style: outside none none;
padding: 6px 22px;
}


You can then create your list with the following markup..

<ul class="mybullet"><li>Your list item goes here!</li></ul> 


CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!