Home New Guten Forums WoodMart support forum How to style and empty product page

How to style and empty product page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #680401

    hey3212
    Participant

    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?

    #680555

    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

    #680638

    hey3212
    Participant

    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?

    #680652

    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

Viewing 4 posts - 1 through 4 (of 4 total)