This topic has 4 replies, 2 voices, and was last updated 7 months ago ago by Rose Tyler
Hello, how do I change the background where the page name is written and how do I allow the page name to appear on top of the page. I share the screenshot of my website and a sample from another website that I want my website to look like. I share the sample of a website with a shop page with pink background
Hello, Hanort,
Thank you for reaching out to us with your query.
Theme Options > Breadcrumbs > Background Color and Style – Align center.
To disable this view https://prnt.sc/f5fcYVgS94il , go to Theme Options > Breadcrumbs > Special Breadcrumb On The Cart, Checkout, And Order Pages > Off.
If you have any additional questions or concerns, please do not hesitate to reach out to us. Our support team is always available to assist you.
Best Regards,
8Theme’s Team
The background color of the title of special woocommerce pages (The Cart, Checkout, And Order Pages.) is not changing like the title of shop page
Hello, Hanort,
Theme Options > Breadcrumbs > Special Breadcrumb On The Cart, Checkout, And Order Pages > Off, or use custom CSS code to change colors of Special Breadcrumb On The Cart, Checkout, And Order Pages:
.cart-checkout-nav {
background-color: #d3a56a;
color: white;
}
Best Regards,
8Theme’s Team
You must be logged in to reply to this topic.Log in/Sign up