Get all our 20+ Elementor themes worth $609 at just $59! Limited time offer. Get It Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

Woocommerce font color issue

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #10121
    Thomas
    Participant

    Hello,
    When checking out from woocommerce, the there are two issues with the text color on my page. Do you know where I can edit the text color?

    #10123
    Grace Themes
    Member

    Hi Thomas,

    Please share your website URL and write in details about on which page you are getting text color issue. We will check and assist you quickly.

    Regards
    Grace Themes

    #10124
    Thomas
    Participant

    Sure,
    Please select a product and add to cart: https://www.lonestartracking.com/index.php/product/lst-2160-wired-gps-tracking-device-no-monthly-fees/

    After you add it to the shopping cart, please click on View Cart. While viewing the contents of the shopping cart, you will see that all the text is pink. How can I change this color?

    #10128
    Grace Themes
    Member

    Hi Thomas,

    To change the text color on this Cart page
    Go to Appearance -> Editor -> style.css
    add below css code at the end of file

    .woocommerce table.shop_table th, .woocommerce-page table.shop_table th {
        color: #217ebc !important;
    }

    Please do this changes and let me know your feedback.

    Regards
    Grace Themes

    #10132
    Thomas
    Participant

    Thank you for your support, however that didn’t seem to change the text font. Any other thoughts?

    Thanks,
    Tommy

    #10134
    Thomas
    Participant

    I did a quick search, and here are the files that contain that font color code:

    `[lst@usa02 html]# grep -Ril “#ff6d84” /var/www/html/
    /var/www/html/wp-content/cache/page_enhanced/www.lonestartracking.com/_index_ssl.html
    /var/www/html/wp-content/uploads/fvm/out/header-b4c5ae7f-0.min.css

    #10136
    Grace Themes
    Member

    Hi Thomas,

    Please send WordPress admin login details of your website for temporary at [email protected] so we can check and solve this issue quickly.

    Also please try by adding the below code in
    Appearance -> Theme Options -> Basic Settings -> Custom CSS

    .woocommerce table.shop_table th, .woocommerce-page table.shop_table th {
        color: #217ebc !important;
    }

    Please check and let me know your feedback.

    Regards
    Grace Themes

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