I've been utilizing this template from ShareBootstrap and it has been running smoothly, except for one pesky issue: Mysterious white dots that are labeled as li.nav-tem::marker
keep showing up about an inch to the left of each Navbar link.
Here is some additional information about my problem:
- I have carefully examined the code for any mention of nav-item, marker, or similar terms.
- There is no reference to a marker in the HTML code.
- The issue persists in every HTML page with the navbar. I have not made any changes to the CSS.
- This problem surfaced after adding a new navbar link, even though I did not modify any other related code during the update.
- Aside from the new link, the structure of the HTML navbar code remains unchanged.
- Removing the new link does not resolve the problem.
You can find my current code in this GitHub repository: https://github.com/dritchkid/portfolio
Please note that I am aware the repository is not configured with pages yet. Currently, I am just testing locally on my computer.
Click here for an image depicting the troubling white dots.
I'm stumped! Where could these dots be coming from? Any assistance would be greatly appreciated!