• When you open the quickview for one of my products, it shows the product title as White, which is the same as the background color so you can’t see the product title unless you highlight it. How can I change the product title color in quickview? This is a must fix or else I will have to switch of OceanWP ??

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

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi,

    Please add the below CSS code from the Appearance > Customize > Custom CSS.

    .owp-qv-content-inner h1.single-post-title.product_title.entry-title {
        color: #96d205;
    }

    PS- Change the color code as per your need.

    Thread Starter hoodierob

    (@hoodierob)

    Thank you SO much, this worked PERFECTLY!
    The very last issue I must resolve is I have the same issue with the quantity value, next to add to cart. Would you by any chance know the custom CSS to change the quantity value as well? Thank you so much.

    Hi,

    Please add the below CSS code from the Customize > Custom CSS, and check.

    div#owp-qv-content form input.qty[type="number"] {
        color: #000;
    }
    

    PS- You can change the color code as you need.

    Thread Starter hoodierob

    (@hoodierob)

    Hi! you are quite literally a lifesaver. Thank you! All fixes worked PERFECT and easy. Thank you so much.

    Thread Starter hoodierob

    (@hoodierob)

    The VERY LAST issue is on the checkout page. Would you possible be able to know the CSS to change the shipping options box to white also, instead of the background color? Here is where I see the issue on checkout screen:

    and also try here if that doesn’t work. https://i.imgur.com/0GVgWlE.png

    Thank you again so much! you have saved my site.

    You are the most welcome! and Really glad to hear that issue has been fixed.

    Please add the below CSS code and check.

    .woocommerce #order_review table.shop_table tfoot td {
        background-color: #fff !important;
    }
    
    Thread Starter hoodierob

    (@hoodierob)

    Yes this made the background appear perfect! Although the buttons look okay through the browser though, when I check on my phone the buttons for shipping options also disappear. This doesn’t happen when you check mobile view from the browser, only when you actually check on a phone. Also, the product images in the same cart section are showing up as blank, as you can see the big white blank to the left of product prices. Is this something you can help with? Thanks for everything so far!

    Hi,

    It seems the BG color and text color are the same (white), please add some color in text and check. try to add some color in the previous code and check.

    Please share the snapshot for the second issue.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Edit Quick View Product Title Color’ is closed to new replies.