• DrLightman

    (@drlightman)


    If in Design you activate Breadcrumbes these style gets injected in the page:

    /** Breadcrumbs **/
    .cntn-wrp ul li:before {
        content: "";
        display: inline-block;
        width: 5px;
        height: 5px;
        background: #333;
        position: absolute;
        top: 12px;
        left: 0px;
    }

    It messes up with other LI elements contained in content. Could you make it more target-specific to breadcrumbs only?

Viewing 1 replies (of 1 total)
  • Plugin Author Ahmed Kaludi

    (@ahmedkaludi)

    Can you please share the website URL and also share a screenshot where you having the CSS conflict issue on your page?

Viewing 1 replies (of 1 total)

The topic ‘Breadcrumbs css conflict with default li’ is closed to new replies.