Home › Forums › WoodMart support forum › CHANGE WIDGET CART POSITION, CART COLOR AND DOUBT ABOUT REVIEWS
CHANGE WIDGET CART POSITION, CART COLOR AND DOUBT ABOUT REVIEWS
- This topic has 10 replies, 2 voices, and was last updated 2 years, 4 months ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
January 14, 2023 at 12:01 am #435114
ewzxyhParticipant1. I want to change the background color of this cart popup, how do I do it?
2. Move the Cart Widget position to the left
3. I want to know if the theme allows it or has a template to change the design of reviews to something similar to screenshot number 3.
Attachments:
You must be logged in to view attached files.January 14, 2023 at 1:12 pm #435181
Aizaz Imtiaz AwanKeymasterHello,
1- Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:
.wd-event-hover:hover>.wd-dropdown { background: #fff !important; }
In this CSS, you can change the color defined here #fff (white) to your choice of color hex code or name.
2- If you are referring to making the Cart widget slider to change its position to left, something like this: https://snipboard.io/Lm38xM.jpg
Then please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:
.wd-side-hidden.wd-right { right: auto !important; left: 0 !important; }
Hope this works out for you !
3- Sorry to say but the Theme doesn’t offer exactly the same style Review that you have referenced and right now there isn’t any option available to change it like that. Following Image depicts the Review section preview under the Theme: https://snipboard.io/5D3MLx.jpg
Further, to access the available options related to Review under the Theme, please go to Dashboard > Theme Settings > Single Product > Reviews: https://xtemos.com/wp-content/uploads/2020/09/single-product-reviews-wd-7.jpg
Best Regards
January 14, 2023 at 8:52 pm #435257
ewzxyhParticipant1. It worked to change the background, but the font is white, how to change it?
2. It was misconfigured, almost in the middle of the screen, and unable to close itAttachments:
You must be logged in to view attached files.January 14, 2023 at 10:17 pm #435267
ewzxyhParticipantAdditional guides do not appear on product pages
Attachments:
You must be logged in to view attached files.January 16, 2023 at 10:46 am #435452
Aizaz Imtiaz AwanKeymasterHello,
1- With the white background Custom CSS applied, please apply try using the below additional Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:
.woocommerce-mini-cart .remove { color: #ffc6cd ; } .wd-event-hover:hover>.wd-dropdown .cart-info div.quantity { color: #ffc6cd ; } .wd-event-hover:hover>.wd-dropdown .cart-info div.quantity input[type=button], .cart-info div.quantity input[type=number] { border-color: #ffc6cd ; }
2- But as far as we are seeing the Cart Slide on your Site, it is appearing on the right: https://snipboard.io/X2TEMY.jpg
Did you try out our sent CSS in this regard to make it left most?
3- If you are referring to not getting the Reviews options accessible under the Theme Settings then kindly please share your Site WP-ADMIN Login details in the Private Content field so that we can check these concerns on your Site and help you out accordingly.
Best Regards
January 16, 2023 at 3:41 pm #435537
ewzxyhParticipant1. Thanks
2. I had to remove the code you gave me from the custom CSS, because it was blocking part of the site like in the print, and it wasn’t possible to close it.
3. I am referring to the Shipping and Delivery Addionatal Tab, which does not appear on the products single page.January 16, 2023 at 5:02 pm #435569
ewzxyhParticipantThe mini cart widget is missing the image. I removed the codes from the site, if you can add them for me and check, please, because I tried and it didn’t work.
Attachments:
You must be logged in to view attached files.January 17, 2023 at 12:56 pm #435751
Aizaz Imtiaz AwanKeymasterHello,
2- Sorry to say but as we have visited your Header, you haven’t added the Cart element there. We have now added that and the Dropdown in that is already appearing with White Background, so you won’t need to add Custom CSS for this: https://snipboard.io/s86VfC.jpg
So, the other Text/HTML you have added in this regard on your Site. Kindly remove that and use the Cart element.
3- The Additional Tab was displayed none on your Site through the Custom CSS which we have now removed and now the Additional Tab is appearing fine: https://snipboard.io/F2KjdI.jpg
Please check back your Site after completely clearing browser and server cache.
Best Regards
January 17, 2023 at 7:58 pm #435875
ewzxyhParticipant2. Got it, but how do I add something written under the cart icon?
3. Thank you
4. The cart’s side widget is no longer showing, did you change something to remove it? I wanted it to be on the left side instead of the right.
5. I’m changing the color of these color-menu letters in the global custom css and it’s breaking the site, I don’t know why.Attachments:
You must be logged in to view attached files.January 17, 2023 at 9:44 pm #435894
ewzxyhParticipantThere is another problem too, when I enable the Show Login Form in the account settings within the Header Layout, some parts of the theme are unconfigured because of an error in the theme (second printscreen)
Attachments:
You must be logged in to view attached files.January 18, 2023 at 1:21 pm #436020
Aizaz Imtiaz AwanKeymasterHello,
2- Sorry to say but for the Cart element in the Header, right now there isn’t any separate text adding option available. Only you can select different style of the Cart available: https://snipboard.io/bYeojD.jpg
4- To have the Cart off-canvas style you need to select the Hidden Sidebar for the Cart element position, which we have selected now on your Site: https://snipboard.io/lqDUKt.jpg
Further, to make the Cart slide off-canvas to the left, it requires Custom CSS which we have now applied:
.cart-widget-side.wd-side-hidden.wd-right.wd-opened { right: auto !important; left: 0 !important; }
This is the preview now on your Site: https://snipboard.io/0KlwOg.jpg
Location to find Custom CSS, go to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section >> there you can find the CSS pasted.
5- The color of the Color Menu seems to be already changed on your Site and the Site doesn’t seem to be breaking right now: https://snipboard.io/ARgjsG.jpg
It might be the Cache issue on your end, as you are using the Cache plugin on your Site.
6- Regarding the Login Form, we have tried enabling it on your Site and there wasn’t any Errors generating related to Theme after that: https://snipboard.io/BxI1i9.jpg
Please check back your Site after completely clearing browser and server cache.
Best Regards.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register