Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1295202
    Brent-St
    Participant

    Hi,

    The text in the sorting box on http://nixyart.com/product-category/bw-prints/ (password = password) and the options on http://nixyart.com/product/babushka-sister-butterfly/

    Is there some custom css i can use the change this color to white?

    thanks,

    Brent

    #1295204
    Brent-St
    Participant
    This reply has been marked as private.
    #1295219
    Prasant Rai
    Moderator

    Hello Brent,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    
    .woocommerce-ordering select {
        color: #fff !important;
    }

    Thanks.

    #1295230
    Brent-St
    Participant

    Hi,

    thanks very much for the quick reply.

    that worked for sorting box but not for the options on http://nixyart.com/product/babushka-sister-butterfly/

    thanks,

    brent

    #1295253
    Friech
    Moderator

    Hi Brent,

    Please update the given code to this:

    .woocommerce div.product .summary .variations select,
    .woocommerce-ordering select {
        color: #fff !important;
    }

    Cheers!

    #1295269
    Brent-St
    Participant

    that worked

    thanks very much or the awesome support 🙂

    #1295278
    Rupok
    Member

    Glad that you are all set now. Have a nice day!

  • <script> jQuery(function($){ $("#no-reply-1295202 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>