This topic has 4 replies, 2 voices, and was last updated 1 years, 3 months ago ago by Rose Tyler
Hello
where can i find this css of the special breadcrumb.
Is it possible to get this as a static block for elementor?
Becaue im going to make the three steps visible for mobile aswell.
Thanks for effective help!
Hello, Nicolo,
Thank you for getting in touch with us.
“where can i find this css of the special breadcrumb.” – custom CSS code can be created manually and added into Theme Options > Theme Custom CSS.
“Is it possible to get this as a static block for elementor?” – there is no such possibility, by default.
“im going to make the three steps visible for mobile aswell” – please try the next custom CSS code:
@media only screen and (max-width: 992px) {
.cart-checkout-nav a, .cart-checkout-nav .et-icon {
display: inline-block;
margin: 5px;
}
}
Kind Regards,
8theme team
I need to make this breadcrumb design as a static block for elementor because i am combing with cartflows.
How can i get this excact design on elementor.
Do you have the css for this special breadcrumb, so i can paste it into elementor css?
Hello, Nicolo,
You can find styles for such breadcrumbs in the file mentioned in the Private Content area.
Kind Regards,
8theme team
Tagged: best, breadcrumb, find, selling, themes, woocommerce
You must be logged in to reply to this topic.Log in/Sign up