Home Forums WoodMart support forum Checkout Page State

Checkout Page State

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #315861

    lionlaith11
    Participant

    The check page is white on white and I was wondering how to fix it

    Attachments:
    You must be logged in to view attached files.
    #315918

    Hello,

    Please, provide your site admin access (insert the site credentials into the Private content block under the message area).

    Best Regards

    #316097

    lionlaith11
    Participant

    See Below

    #316229

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body.global-color-scheme-light .select2-container--default .select2-search--dropdown,
    body.global-color-scheme-light .select2-container--default .select2-results__options{
    	background-color: #111111 !important;
    }
    
    body.global-color-scheme-light .select2-container--default .select2-dropdown {
    	border-color: #333333 !important;
    }
    body.global-color-scheme-light .select2-container--default .select2-results__option[aria-selected=true], body.global-color-scheme-light .select2-container--default .select2-results__option[data-selected=true] {
    background-color: #222 !important;
    }

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)