-
hi there, i am trying to style the breadcrumbs with css but i cant seem to target the border, to set it to zero pixels (i dont want borders) This is the css i have used:
/*broodkruimels van rank math*/
.rank-math-breadcrumb {
display: flex;
justify-content: left;
font-size: 16px;
color: brown;
border: 0px !important;
}
.rank-math-breadcrumb > p {
background: none;
margin-bottom: 0;
padding: 5px;
border: 0px !important;
}
.rank-math-breadcrumb a {
color: brown;
}
/*einde broodkruimels van rank math*/How can i target the border or outline that is default with rankmath breadcrumbs?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
You must be logged in to reply to this ticket.