Please submit a private ticket if you need to share sensitive information, such as license details and admin credentials.

Okay
  Public Ticket #2360767
Can the color of the text for the price be changed. Need it white text
Closed

Comments

  • Michael A Adkins started the conversation

    I just purchased the product.  When I place the cart on the menu, the text for the cart amount is black.  My menu header area is a dark color.  Can the text font color be changed?
    www.wabi-sabi-body.com


  •  767
    Janilyn replied

    Hi Michael, 

    Thank you for contacting WPClever Support Forum. 

    We’ve received your ticket and assigned one of our developers to help you with that. 

    He’ll be looking into your question and responding with specific instructions as soon as possible. 

    Please stay in touch as he might need to discuss further with you. 

    Best regards.

    Janilyn T. - WPClever Support Agent

  •  1,223
    Dustin replied

    Hi Michael,

    Please add below CSS code to WP-Admin → Appearance → Customize → Additional CSS:

    .woofc-menu-item * {
        color: #fff;
    }

    And the result https://prnt.sc/s08uem

    If you want to change the white color for the total here https://prnt.sc/s08ujp, please add below CSS code:

    .woofc-total * {
        color: #fff;
    }

    Also can change the background color #48303e for fly cart in the product settings page https://prnt.sc/s08vlg

    Best regards,
    Dustin

  • Michael A Adkins replied

    Hello Frankie'

    Thank you for the quick response.  We are close. The change to .woofc-menu-item changed only the '$' sign and not the dollar amount.  You can see the change here.  The bubble is on the menu bar.  I have selected in settings to add this to the main-menu.  

    www.wabi-sabi-body.com  

    How do I change the dollar amount also to #fff ?

  •  1,223
    Dustin replied

    Please CHANGE previous CSS code to:

    .woofc-menu-item * {
        color: #fff !important;
    }
    .woofc-total * {
        color: #fff !important;
    }

    And the result https://prnt.sc/s21pdc

    Best regards,
    Dustin

  • Michael A Adkins replied

    Awesome,  Perfect.  That fixed it.  

  •  1,223
    Dustin replied

    You're welcome!smile.png

    If you are satisfied with our plugin and support, please reward it with a full five-star ★★★★★ rating.
    https://wordpress.org/support/plugin/woo-fly-cart/reviews/?filter=5
    Thank you in advance! <3

    Best regards,
    Dustin