• Hello my site seems to be suffereing an issue with drop down boxes in woocommerce and with everest forms in dark mode. Have a look at the cart drop down in the link(white).

    Why are these white? Would also seem as though there a conflict on the everest forms (and possibly MyStickyElements) as autofill goes white and when writing you can see the writing, I sussect its down to something, I’ve not changes in the css or missed in the menu.

    Thanks in advanced.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi @ashbyvagg,
    Please use this custom CSS:

    .everest-forms .StripeElement, .everest-forms canvas.evf-signature-canvas, .everest-forms input[type="date"], .everest-forms input[type="datetime-local"], .everest-forms input[type="email"], .everest-forms input[type="file"], .everest-forms input[type="image"], .everest-forms input[type="month"], .everest-forms input[type="number"], .everest-forms input[type="password"], .everest-forms input[type="range"], .everest-forms input[type="search"], .everest-forms input[type="tel"], .everest-forms input[type="text"], .everest-forms input[type="time"], .everest-forms input[type="url"], .everest-forms input[type="week"], .everest-forms select, .everest-forms textarea {
        color: #fff;
    }
    #header-right-section .cart-wrapper .widget_shopping_cart, .bottom-menu .cart-wrapper .widget_shopping_cart {
        background: #222;
    }
    .cart-wrapper .woocommerce ul.cart_list li a {
        color: #fff;
    }

    To add custom CSS, Go to Appearance > Customize > Additional CSS.

    Hope this helps to fix your issue.

    Regards,
    ThemeGrill Support Team.

    Thread Starter ashbyvagg

    (@ashbyvagg)

    @premi0

    Awesome thats cleaned those up although some elements in woocommerce are still showing in white…

    test product

    Thanks

    • This reply was modified 3 years, 9 months ago by ashbyvagg.

    Hi @ashbyvagg,
    Glad to hear your issue has been solved. Let us know of any other issues.

    Regards,
    ThemeGrill Support Team

    Thread Starter ashbyvagg

    (@ashbyvagg)

    Hello @premi0

    So are the bits in WooCommerce product page an issue of the theme as my above post shows they are white ?? is there no global setting that can be changed for these for the drop down boxes? Or is it a case of changing each individually?

    Thanks again

    Thread Starter ashbyvagg

    (@ashbyvagg)

    Hello @premi0,

    why is it that the template I’ve installed can have full screen pictures, but when I start a new page or try and make a template in elementor it always has the border at the sides?

    Regqrds

    Thread Starter ashbyvagg

    (@ashbyvagg)

    Hello @premi0,

    Good morning just thought I’d find out if you’d replied as thought I might of missed the email, but it would seem not…. Now I understand that this is a free theme, but almost a week without a response doesn’t make me want to jump out and spend money on your products. As what you’re like here often conveys to the same or often worse the other side of any payment..

    Regards

    Hi @ashbyvagg.

    Sorry for the delay response. Our dedicated support team were on vacation and that is the reason we missed your support query.

    Could you please ellaborate the above-mentioned issue in a more detailed way and share some screenshots with us so that we can look after the issue and provide the appropriate solution.

    With Thanks and Regards,
    ThemeGrill Support Team

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘issues with drop down boxes and forms’ is closed to new replies.