Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #447489

    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 ;
    }

    #447860

    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

    #447871

    Hi Gunther,

    thanxs for the reply, but in your solution the icon used for the bullitlist is also disappeared

    #448936

    Hey!

    Change it back to the previous code then add this code below:

    .avia-icon-list li:before {
    content: "";
    }

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.