Breadcrumb shows ul red bullet in-between [breadcrumb names]
-
I am using WordPress 4.7.4 running NewsMag Child theme.
I installed Breadcrumb and chose theme, etc… in settings, but the Breadcrumb still shows a red bullet at each
in the unordered list-style=type, which Breadcrumb uses to create the Breadcrumbs.
Example: * [ Home ]* [ About Us ] (where * is the red bullet)
If I add a Breadcrumb Separator (‘>>’) the Breadcrumb appears:
Example: * [ Home ]* >>[ About Us ]>>
I have tried using this code in my custom css:
div.breadcrumb-container theme1 ul li {
list-style-type: none;
}But it does not remove the red bullet.
What do I need to do?
Thank You ??
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Breadcrumb shows ul red bullet in-between [breadcrumb names]’ is closed to new replies.