Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #277206

    Hi,

    Really enjoying the theme so far! We recently added the WooCommerce add-on and now we have clashing colors with the text and background color for the drop-down menus on the product and checkout pages. Even for the table/charts on the View Cart page and checkout page, is there a way to make a white or transparent background color for the drop-down menus?

    Thanks in advance!

    #277277

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #277283
    This reply has been marked as private.
    #277284

    We need to see the website live in order to debug it.

    Regards,
    Josue

    #277289
    This reply has been marked as private.
    #277293

    Can you post a link to the Shop page?

    #277294
    This reply has been marked as private.
    #277297

    Try adding this code to the Quick CSS:

    
    .main_color .sort-param li ul, tbody tr, .woocommerce textarea, div.woocommerce-info, .woocommerce .chosen-single, .woocommerce .chosen-results, .woocommerce input[type='text']{
        background: white !important;
    }
    

    Cheers! 
    Josue

    #277604

    That worked perfectly! Thanks :) One final thing though..Can we do the same with the orange box that lists payment options? Our links are orange, and the box is orange (#f68b1f), so the link to the “Terms and Conditions” page is hidden. Just a plain white or light gray background would be perfect instead.

    Thanks for all of your help & quick responses!

    #277617

    Try adding this too:

    .main_color #payment {
        background: white;
    }

    Best regards,
    Josue

    #277618

    Like a charm! Thanks again :)

    #277619

    You are welcome, always glad to help :)

    Regards,
    Josue

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