Remove bullets from menu items in navbar

X theme pro - I just inserted an inline nav menu and it is adding bullets to all my menu items with no way to remove them in cornerstone. This has never happened before on any other site.

https://getmygunrightsback.com

Hello @joanosgoodby,

Thanks for writing to us.

I checked your given site URL it seems that you have added the custom CSS code for the list item. Please have a look at the given screenshot below in the secure note. I would suggest you please remove this custom CSS code from the global CSS box.

li::before {
    content: "•";
    color: #fff;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector or you subscribe to One where customization questions are answered.

Hope it helps.
Thanks

Hi @prakash_s

Thanks for your reply. I checked the global css box, and it is empty. I also checked each header item for css customization - also all empty. Where exactly are you seeing this CSS code? I even looked outside of cornerstone in the main dashboard of WP under CUSTOMIZE > Additional CSS - and that code is not present. I also checked the CSS under theme editor and it is also empty.

How do I access this code in Cornerstone or Wordpress to remove it?

Hey @joanosgoodby,

Please edit your custom header or your custom footer. The custom CSS may have been inserted there. You can also edit the homepage and check the Page CSS. If after all that, you were not able to find it, please provide us your login details so we can help you find that code. You can create a secure note in your next reply with the following info:
– Link to your site
– WP login URL
– WP username
– WP password
– WP Administrator Role
– Confirmation that we can access and make changes to your site

To know how to create a secure note, please check this out: How The Forum Works

image

Best Regards.

Thanks - I found it hiding in a text element in footer. All is good now! :slight_smile:

Hi @joanosgoodby,

Glad to know that all is good now.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.