• I am trying to set up a single product template using WPOcean ECommerce Pro, and I have two issues.

    1. The template shows my product variations, with white labels and white background. https://ibb.co/N140r9v however the product shows grey text, on my grey background https://ibb.co/0V2Qb73. This is using the Elementor widget, Woo Product: Add to Cart
    2. Product descriptions don’t show any formatting from the product page. This is how it is written, https://ibb.co/9NDVsXv this is how it displays https://ibb.co/gzL0q5n

    Thank you in advance for any assistance you can offer.

    • This topic was modified 3 months, 1 week ago by torrel.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter torrel

    (@torrel)

    I’ve made a temp fix for issue number 1 using the custom CSS area.

    .woocommerce div.product form.cart .variations label { 
    color: #ffffff !important;
    }

    If anyone can suggest a permanent fix, please let me know.

    Issue to custom CSS

    .theme-select {
    position: relative;
    border: 1px solid #ddd;
    color: #ffffff; /* Change text color to white */
    }

    /* Ensure the product description lists are styled with bullet points */
    .woocommerce_product_description ul {
    list-style-type: disc; /* Ensures bullet points appear */
    margin-left: 20px; /* Indents the list */
    padding-left: 20px; /* Adds padding for better spacing */
    }

    .woocommerce_product_description li {
    margin-bottom: 10px; /* Adds space between list items */
    font-size: 16px; /* Adjust font size if needed */
    line-height: 1.6; /* Adjust line height for better readability */
    }

    Both of these seems like work arounds rather than solutions. If you have a solution please let me know.

    • This reply was modified 3 months, 1 week ago by torrel.

    Hello @torrel,

    Thank you for reaching out,

    According to the forum rules, we’re unable to provide support for commercial products/services, and the plugin you’ve mentioned is a commercial plugin.
    Would you please read the forum guidelines: https://www.ads-software.com/support/guidelines/#do-not-post-about-commercial-products?

    Regarding the support for the premium products, please read the pinned topic in the forum; here: https://www.ads-software.com/support/theme/oceanwp/#:~:text=Paid%20Customers%2C%20please%20read%20this%20before%20posting

    Thank you for understanding,
    Best Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.