Reply 324761 to: Yoast Woocommerce Breadcrumbs change style style

Avatar: Rose Tyler
Rose Tyler
Support staff
May 28, 2022 at 08:38

Hello,

Try to add the next code in Theme Options > Theme custom CSS:

.breadcrumb-trail .back-history {
position: absolute;
right: 0;
}
.breadcrumb-trail .back-history:before {
content: '\e902';
font-family: xstore-icons;
position: absolute;
left: -2px;
top: 50%;
-webkit-transform: translate(-100%,-50%);
transform: translate(-100%,-50%);
}
.breadcrumb-trail .page-heading .container {
padding-right: 200px;
line-height: 3ex;
height: 3ex;
overflow: hidden;
text-align: left;}
.breadcrumb-trail .page-heading .container div {
display: inline;
position: static;
}
.breadcrumb-trail {
padding-left: 15px;
padding-right: 15px;
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.