• Anonymous User 16431599

    (@anonymized-16431599)


    Hello,

    Many thanks in advance for any support!
    I’m having some trouble customizing the font colors in the Woocommerce plugin.
    Respectively with the OceanWP theme, Woocommerce unfortunately could not help me, I should contact my theme.
    If I use shortcodes, or generally try to change a text color with the theme, for example, the selling price, then the color changes elsewhere.
    For example, I would like to have the price in white on the shop page, and black on the Quick View.
    Here are some screenshots of what I mean:
    https://snag.gy/u23Sry.jpg
    Page: https://www.living-soulful.com/shop/
    Quick View:
    https://snag.gy/IyHzJR.jpg
    So that you can see the text better, I marked it:
    https://snag.gy/4cLAuT.jpg
    The whole text I would like to have in black, but if I make any change, then this also changes on the product page:
    https://www.living-soulful.com/product/full-preset-collection/
    Since the text should stay white.

    Also, in the menu dropdown, the price has changed, see here:
    https://snag.gy/nFTYDc.jpg

    I have already tried everything with the Google Inspector, I’m a bit baffled, I really hope that someone can help me there!

    Would be incredibly thankful, many thanks!
    Raffaela

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

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

    1. Quick View Colors CSS:

    #owp-qv-content .product_title {
        color: #0c0c0c;
    }
    #owp-qv-content .amount {
        color: #0c0c0c;
    }
    #owp-qv-content .woocommerce-product-details__short-description {
        color: #0c0c0c;
    }

    Please paste the above code in Customizer – Custom CSS/JS – CSS Code.

    Thread Starter Anonymous User 16431599

    (@anonymized-16431599)

    Hello,

    Many thanks, it worked!
    In the Quick View, do you know how to set the button to the upper right next to it so that there is not such a white bar below and everything fits together?
    https://snag.gy/dCZYBe.jpg

    Thank you very much for the support!
    Raffaela

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problems with the adaptation of font colors, with Woocommerce + OceanWP!’ is closed to new replies.