Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #349457

    Hi,

    When we view our site in Firefox there are bullet points appearing next to each icon in an icon list. The bullet points don’t appear in Chrome or Safari.

    We are currently using this code to show a custom bullet point so not sure if that is causing the issue?

    #main ul li{
    font-weight: normal; list-style-image:url(url of image);
    }

    Thanks

    #349461

    Hey d24media!

    Can you please post the link to your page where you have custom bullet points?

    Regards,
    Yigit

    #349467
    This reply has been marked as private.
    #349472

    Hi!

    I checked your website on Chrome 38.0.2125.111 on OS X 10.10 and it does show up fine on my end – http://i.imgur.com/2OaoQDB.png
    Which version of Chrome and OS are you using?

    Cheers!
    Yigit

    #349475

    Hi Yigit, Chrome is fine, it’s when you view it in Firefox you will see the problem.

    When you view in Firefox scroll down to the icon list and you’ll see the bullet point appearing next to each icon. How can we hide those bullet points?

    Let me know if you can see the issue in Firefox?

    #349487

    Hey!

    Please turn on Custom CSS field for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and give you Text Block element that has custom bullet points a custom CSS class ( i.e.: custom-bullets ) and then change your CSS code to following one

    .custom-bullets ul li{
    font-weight: normal; list-style-image:url(url of image);
    }

    Cheers!
    Yigit

    #349495

    Perfect! thank you Yigit appreciate your help

    #349500

    Hi!

    You are welcome, glad we could help :)
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Bullet points next to icon list’ is closed to new replies.