How to style and empty product page
-
Hi,
Such an empty page is currently styled by default theme in yellow as in the private section. How do I customize this page and style it?
Hello,
Try to use the custom layout for the search result page from Dashboard > Layouts > Add new and create layout for search result page.
https://ibb.co/TBqhNHPV
For more details and guidance, feel free to check this article:
https://xtemos.com/docs-topic/woodmart-woocommerce-layout-builder/
Best Regards
Hi,
I do’t want to be that complicated. I just want to replace the yellow banner with “Upcoming Soon” against transparent background. How to do this?
Hello,
To change this text, try to use the Loco Translate plugin for this.
Please follow this guide: https://xtemos.com/docs-topic/translate-woodmart-theme-with-loco-translate/
To change the color of the yellow bar, try to use the following css code in Theme Settings > Custom CSS, and change the color as per your requirements.
.wd-notice.wd-warning, .wpcf7 form:not(.sent) .wpcf7-response-output, .mc4wp-error, .mc4wp-notice, :is(.woocommerce-error,.woocommerce-info) {
background-color: transparent;
color: black;
}
Best Regards