• Resolved deepudobriyal

    (@deepudobriyal)


    The OL & UL in the navigation tabs didn’t show rounded image.

    Can you come up with any solution?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Abid Hasan

    (@abidhasan112)

    Hi @deepudobriyal ,

    The issue you’re facing is not related to Essential Addons for Elementor actually. It’s because the CSS wasn’t written for the list style on your theme.

    However, you can add this custom CSS on your stylesheet:

    .eael-advance-tabs .eael-tabs-content ul li {
        list-style: disc !important;
    }

    This custom CSS will help you to populate bullet points in <ul> <li> items inside EA Advanced Tabs

    NOTE: You can easily apply custom CSS by following this documentation: https://essential-addons.com/elementor/docs/faq/apply-custom-css-elements/

    Thank you!

    Thread Starter deepudobriyal

    (@deepudobriyal)

    Oh, I see

    Is there any chance to apply it on whole website to solve the issue from routes, any recommended CSS?

    Plugin Support Abid Hasan

    (@abidhasan112)

    Hi @deepudobriyal ,

    In that case you can use this CSS on your stylesheet:

    ul li {
        list-style: disc !important;
    }

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hi my Ol & UL is not working’ is closed to new replies.