First and foremost, I want to clarify that the border does not appear when I test it in VSCode on my local machine's server, however, hosting with NameCheap reveals it.
This is what I am attempting to eliminate: Dropdown Menu Item with Border
Upon inspecting the Chrome web console, this is what is displayed: Chrome Dev Console Shows div has a color attribute when it does not
How can I remove this border? Admittedly, my code is somewhat disorganized, and I am in the process of learning more about CSS and Bootstrap.
Below is the code for my index.html page:
.dropdown, .dropleft, .dropright, .dropup {
position: relative;
}
.dropdown-toggle {
white-space: nowrap
}
... (the rest of the CSS code follows)
<!DOCTYPE html>
<html>
... (the remainder of the HTML code)
</body>
</html>
UPDATE: After removing the style from the navbar, here is the outcome: