Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1277223

    Trying to change the color of flat rate shipping amount. All text on page is white except ship rate which is showing up dark gray and barely visible.
    Can’t quite figure out how to change it.
    Thanks
    Denise

    SCREENSHOT https://www.spiceitupinc.com/wp-content/uploads/2021/02/Screen-Shot-2021-02-02-at-7.13.14-PM.png
    WEBSITE https://www.spiceitupinc.com/

    • This topic was modified 3 years, 9 months ago by Yodelle.
    #1277582

    Hi Denise,

    Please try the following in Quick CSS under Enfold->General Styling:

    .woocommerce-Price-amount bdi span, .woocommerce-Price-amount bdi {
      color: #fff;
    }

    Best regards,
    Rikard

    #1277741

    Hi Rikard,
    Thank you, but unfortunately it didn’t work. Any other thoughts?
    Denise

    #1277891

    Hi Denise,

    I checked your site and I could see Rikard’s code working properly on my end, (except for the $), please add this CSS code as well:

    #top label .woocommerce-Price-currencySymbol {
        color: #fff;
    }

    Then clear your browser’s cache (or press ctrl + f5)
    If you’re using Google Chrome, try using incognito mode.

    Best regards,
    Nikko

    #1278037

    Oh my gosh Nikko, you’re right. Opened in another browser and it was working.
    Added your code to change currency symbol. Worked!
    Thank you both sooooooo much!!!!!
    :)
    Denise

    #1278139

    Hi Yodelle,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

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