Site logo

Archived topic

Bullet Points added to Elementor Icon List Widget

13 replies · Started by Helen on August 4, 2022

Viewing posts 1–14 of 14

Today I've noticed that bullet points are added in front of each list item on Elementor Icon List Widgets. The backend looks normal but the bullet points are added when viewing the live page.

This is happening on my site running on Elementor 3.6.8 / Elementor Pro 3.7.3

My staging version of the site (Elementor 3.6.7 / Elementor Pro 3.7.2) is showing the Icon Lists normally without bullet points, so it seems to be triggered by the update.

I believe that this comes from the GP theme styling.

Please can you advise how I can fix this?

Many thanks.

Yes, thank you. Have added the details in the private information.

Sorry I just read this part in your initial topic again:

This is happening on my site running on Elementor 3.6.8 / Elementor Pro 3.7.3

My staging version of the site (Elementor 3.6.7 / Elementor Pro 3.7.2) is showing the Icon Lists normally without bullet points, so it seems to be triggered by the update.

I feel like that suggested Elementor's updates are causing the issue.

Have you checked with their support team first?

Hi Leo,

I have another website running Elementor 3.6.8 / Elementor Pro 3.7.3, on Elementor Hello theme that is not experiencing this issue, which is why I thought the styling was coming from the GP theme.

Thank you.

Is there a specific page where I can see the issue?

I'm still seeing the Coming soon everywhere after I logged in by the way.

Yes, on the private information that I added - top right on the home page header with the contact phone number, plus both sets of icon lists in the footer.

Did you log in using the credentials I sent? You're seeing the coming soon page because you're not logged in

Did you log in using the credentials I sent?

Yes of course.

Then I go to Pages and view home page but then it takes me to the coming soon page as I've shown in the screenshot.

Maybe I need the admin access?

Thank you. I've amended it to Admin access, hopefully, that will work :)

Hi there,

GP does add styles to unordered lists, its this:

ul {
    list-style:disc
}

Its so unspecific it won't overwrite the style rules that Elementor adds. The problem is the link elementor loads the styles with is this:

http://domain-name.co.uk/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css.

Its being loaded over http and the browser is blocking that as its an https site.
So the link above needs updating, a URL search and replace should do but you may need to check with Elementor if not.

Got it!! Thanks so much for your help David, all fixed now :)

Glad to hear that :)

This archived topic is closed to new replies.