This topic has 4 replies, 2 voices, and was last updated 1 years, 2 months ago ago by Rose Tyler
Hi,
I would like to customize the special breadcrumbs shown on Cart and Checkout pages. I managed to apply some changes through Theme Custom CSS; but, I need some assistance related to a few topics.
1. The hover color of non-active texts is white, which causes a problem since the background is white too. Is it possible to change the color to black?
2. On desktop, the content is aligned to left. Can we align it to the center?
3. On mobile, I want the active item to be on the center. Currently, if the active item is beyond the screen, it is not shown and user has to scroll to see the active item. Can we adjust it so that the active item will always be on the center?
That’s all what I need for now. I really appreciate your efforts to solve problems. Have a great day!
Hello, Liva,
Thank you for contacting us and for using XStore.
1/ It is because of this custom CSS code – https://prnt.sc/SIJThq7kkZJu
2/
.cart-checkout-multistep.woocommerce-cart .cart-checkout-nav-simple {
justify-content: center;
}
3/ There is no such option, sorry.
Kind Regards,
8theme team
Hi Rose,
Thank you for providing the CSS codes. They worked perfect. It is unfortunate that we cannot do anything about 3rd issue.
Thank you for your assisance. Have a great day!
Hello, Liva,
Have a great day too!
Kind Regards,
8theme team
You must be logged in to reply to this topic.Log in/Sign up