Home Forums WoodMart support forum Mobile menu – sidebar, background color

Mobile menu – sidebar, background color

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #352501

    artonline
    Participant

    Hi,

    I have switched dark theme, set the colours, but could not find setting for the sidebar on mobile menu.
    I need to change the white background colour with some other and some CSS code will be very helpful.
    Thanks and best regards,
    Boris

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

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    As per your screen, your shopping cart is not the WoodMart widget, but the Elementor Pro, please disable the Elementor widget in the Elementor > Settings > Integration.

    Instead of the Elementor widget, WoodMart widget would appear and it would have the proper color. If the problem remains, insert the site admin access into the Private content below the message area.

    Best Regards

    #352916

    artonline
    Participant

    Hi,

    I’ve noticed – the same situation appears when is activated “off canvas sidebar” for desktop (attached screenshot), not only on mobile devices.

    About the “shopping cart icon” – it was chosen from the header options.
    Under Elementor > Settings > Integration – there is only the the option: Google Maps Embed API.
    I am using only the Elementor, not PRO, because Pro options are locked for me.
    Also I tried to put only one WoodMart widget in the shop sidebar, but the result was the same. Only white background on sidebar.
    If I didn’t find the setting you wrote – please, send a screenshot to me. Or it can be solved by CSS-code…

    Best regards,
    Boris

    • This reply was modified 2 years, 8 months ago by artonline.
    • This reply was modified 2 years, 8 months ago by artonline.
    • This reply was modified 2 years, 8 months ago by artonline.
    Attachments:
    You must be logged in to view attached files.
    #353004

    Hello,

    Please insert the site admin access into the Private content below the message area.

    Best Regards

    #353127

    artonline
    Participant

    I found one more similar problem with the white background – when is selected dark theme.
    It appears in the “delivery address ” – ” state, country” selection list.
    My admin-section is currently restricted buy IP, but I will disable it (for the support) If you think that this problem appears on my site only.

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

    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

    #354016

    artonline
    Participant

    Dear Elise,
    Thank you very much for your code.
    It works perfect on ”state, country” selection list 🙂
    Now, only remains a similar code for “off canvas sidebar for desktop and mobile devices”.

    Best regards,
    Boris

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

    Hello,

    PLease provide the page URL so that I could give you the custom CSS.

    Best Regards

    #354124

    artonline
    Participant

    Hi, the web site is under construction, but I will enable temporary.
    Please, check the information in the private box.
    Thanks,
    Boris

    #354362

    Hello,

    You have disabled the right mouse click, please enable it.

    Best Regards

    #354420

    artonline
    Participant

    Sorry,

    I didn’t did on purpose and don’t know how to disable.
    If you find how, please tell me.
    Anyway when I’m logged as admin it is disabled.
    So, I send to you some login details for the website in the private box.
    Please, login from the profile icon in the header, because I am not sure if the wp-admin is restricted by IP.
    And sorry, the site is in Bulgarian only 🙂

    Boris

    #354554

    Hello,

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

    .sidebar-container.wd-inited {
    background-color:red;
    }

    Please set the color as per your needs.

    Best Regards

    #354561

    artonline
    Participant

    Dear Elise,
    I really appreciate your help.
    Thank you!

    #354652

    You are welcome! We are here to help.

    Wish you a wonderful day!

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

The topic ‘Mobile menu – sidebar, background color’ is closed to new replies.