To change the bullit list i have used the code below
NOW I ALSO HAVE THE + SYMBOL ON THE ICON LISTS AND PRICING TABLES,
http://www.celebrationevents.nl/licht-en-geluid-verhuur/geluidsinstallatie-huren/
Can someone help me out here?
Thanxs in advance
Gilbert
.content ul li {
list-style: none !important;
}
.content ul{
padding: 0 !important;
}
.content ul li:before {
content: “\e816”;
font-family: “entypo-fontello”;
margin-left: -20px;
margin-right: 5px;
color: #38b750 ;
}
Hi CelebrationEvents!
Thank you for using our theme.
Try to replace:
.content ul li:before {
content: “\e816″;
font-family: “entypo-fontello”;
margin-left: -20px;
margin-right: 5px;
color: #38b750 ;
}
with:
.content ul li:before {
content: "";
font-family: “entypo-fontello”;
margin-left: -20px;
margin-right: 5px;
color: #38b750 ;
}
Cheers!
Günter
Hi Gunther,
thanxs for the reply, but in your solution the icon used for the bullitlist is also disappeared