Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #338216
    SwiftyRox
    Participant

    Hello….Can someone help with the CSS Code required to have the attribute selection option display in “White” vs. “Dark Grey”? While you can clearly see the option attributes in the dropdown menu, you cannot read the text in the table cell either before or after selections are made. This is happening in the “shop” page when you go into any item and are presented with the item options for the desired product.

    Example Page: https://thejourneytributeband.com/product/departure-concer-t-shirt-new/

    Thanks 🙂

    #338231
    sujapati
    Keymaster

    @SwiftyRox: Apologies for the inconvenience caused. Please add the following CSS to resolve the issue.

    
    .woocommerce div.product form.cart .variations select {
        color: #fff;
    }
    
    .woocommerce div.product form.cart .variations select option {
        color: #000;
    }
    

    Kind Regards
    Sujapati

    #338239
    SwiftyRox
    Participant

    Thank you very much Sujapati. This worked!! I’ve published those changes…

    One other thing…Can you please explain to me why I am seeing the header error periodically on the page when the site loads. I get 4 lines of error text that have the following path:

    Notice: Undefined index: featured_content_button_text_3 in /home1/departur/public_html/wp-content/themes/rock-star-pro/inc/featured-slider.php on line 412

    Notice: Undefined index: featured_content_button_text_4 in /home1/departur/public_html/wp-content/themes/rock-star-pro/inc/featured-slider.php on line 412

    Notice: Undefined index: featured_content_button_text_5 in /home1/departur/public_html/wp-content/themes/rock-star-pro/inc/featured-slider.php on line 412

    Notice: Undefined index: featured_content_button_text_6 in /home1/departur/public_html/wp-content/themes/rock-star-pro/inc/featured-slider.php on line 412

    I don’t see any updates for the theme, however these header errors appear periodically, and if I refresh, they go away, but they have never been there before..

    Cheers 🙂

    #338243
    SwiftyRox
    Participant

    Hello Sujapati

    You can disregard my previous request. I realize that the site license was expired, and I could not see the latest patch update to download it. I have since reactivated the license and registered it to the site, and was able to update the latest release. This should correct the header error issues I was seeing.

    Cheers ~ Tim 🙂

    #338258
    sujapati
    Keymaster

    @SwiftyRox: Glad to know the issue has been fixed. Please feel free anytime to reach out if you have any theme-related queries.

    Kind Regards,
    Sujapati

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