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

    Hi,
    How do I change the size of the bullets? They’re tiny dots right now and very hard to see…
    Thanks,
    Sarah

    #598158

    Hi bagofdesign!

    please use the below css in Quick CSS in enfold options > general styling

    content-wrapper ul li {
    font-size: 16px;
    }

    If you still have question please share the link to your site.

    Regards,
    Vinay Kashyap

    #598626

    That didn’t work, sorry

    here’s my login.
    Thank you!

    • This reply was modified 8 years, 11 months ago by Yigit. Reason: moved content to private content field
    #598639

    Hey!

    Please change the code to following one

    .content-wrapper ul li {
    font-size: 16px;
    }

    Regards,
    Yigit

    #598642

    I tried that first – nothing changed. I want bigger bullets on the left sidebar of the “Properties” pages

    #598649

    Hey!

    Please add following code to Quick CSS

    #top .widget_nav_menu ul ul li:before {
        top: 4px;
        font-size: 30px;
    }

    Best regards,
    Yigit

    #598655

    Thanks for the awesome support! That worked great

    #598680

    Hey!

    You are welcome!
    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 :)

    Regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Change the bullet size’ is closed to new replies.