This topic has 10 replies, 3 voices, and was last updated 7 years, 2 months ago ago by Rose Tyler
I’d like to set a different colour for the wishlist and Recently Added Products dropdowns – which are accessed by hovering over the icons in the header. Can you please supply the CSS for this.
I know that these colours can be set by giving a colour to the “Container Background Color” in Options/Styling, but when I set this colour it OVERIDES the Site Background image I have set for “Site Background”. That is, it only shows the colour selected rather than the background image. I want to retain the Site Background (without any overlay colour), but I also want an opaque color for the Wishlist and Recently added product dropdowns. Maybe I have the settings wrong? If not, please just supply the requested CSS.
Many thanks. Great theme other than this.
I think you are mentioning the cart widget by “recently added”
here is the code for that :
.cart-popup-container { background-color: #fff; }
Wish List dropdwon:
.et-wishlist-widget:hover .wishlist-dropdown { background-color: #fff; }
change the color code to the color you want
regards,
Thanks. The Wishlist CSS worked, but the Cart Drop Down DID NOT WORK. Please see the screen shot I’ve provided in PRIVATE CONTENT to see the drop down container I’m talking about:
I want to make the background of this container a custom colour, ie different from Global theme settings.
updated.
you may check now.
Hi. Getting close!! The CSS worked for the HOVER state, but it still isn’t correct for the moment where a user adds an item to the Wishlist or the Cart. At the moment an item is added, it briefly shows the Wishlist or the Cart Dropdown Container….and these still show the old transparent color. I’m assuming there is extra CSS to cover this state? Almost there!!
Hello,
Please check now.
Regards
Fantastic. This has fixed it! Thanks 🙂
Sorry, one very final question:
How do I make the progression of Testimonials on the front-end go slower?? That is, the time it stays on one testimonial before progressing to the next one. It’s less than one second per slide…which is very hard to read?
Where or how do I change this?
You must be logged in to reply to this topic.Log in/Sign up