Home › Forums › Basel support forum › Dark Hover Overly Color with diffrenet Product background
Dark Hover Overly Color with diffrenet Product background
- This topic has 10 replies, 2 voices, and was last updated 5 years, 10 months ago by Elise Noromit.
-
AuthorPosts
-
February 22, 2019 at 3:03 pm #109233
GeorgeX3ParticipantI have been searching the forum but I cannot find an answer for my particular issue. I thought post 9093 would help but it did work for me. I would like to use the hover effect but my products have a transparent background. I see that I can change the background color if I change .basel-hover-info .product-element-top class. However I do not want to change the hover overlay color. If I change the .basel-hover-info .product-element-top class to a background image how do I keep the overly as a opaque black? Thank you in advance.
February 22, 2019 at 5:41 pm #109269
Elise NoromitMemberHello,
Thank you very much for choosing our theme and for contacting us.
Please provide your site URL. If your site is under maintenance please provide your site admin to the private area as well.
Best Regards
February 25, 2019 at 12:44 am #109592
GeorgeX3ParticipantPlease see the info below
February 25, 2019 at 7:47 am #109609
Elise NoromitMemberHello,
Now you have the black background on the product image in the grid and black color for the overlay https://gyazo.com/c6dfdbff7a017a699556168f06198b86
Please specify which color you want to change.
Best Regards
February 25, 2019 at 12:56 pm #109669
GeorgeX3ParticipantElise
I would like to use this image https://www.neverloud.com/wp-content/uploads/2019/02/product-bg-comp.jpg as the product background on the archive page and the homepage. I would like to to keep the black overlay.
Thanks
February 25, 2019 at 7:54 pm #109748
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
.home .website-wrapper { background-image: url((http://web.net/wp-content/uploads/dummy.jpg); background-repeat: no-repeat; background-size:cover; } .archive .website-wrapper { background-image: url(http://web.net/wp-content/uploads/dummy.jpg); background-repeat: no-repeat; background-size:cover; }
Replace the image URL.
Best Regards
February 26, 2019 at 3:08 am #109772
GeorgeX3ParticipantElise
That did not work. I am looking to change my individual product backgrounds for the archive page and the WPBakery product grid. See the attached images.
Thanks again.
Attachments:
You must be logged in to view attached files.February 26, 2019 at 3:11 am #109774
GeorgeX3ParticipantHere is the other image.
Attachments:
You must be logged in to view attached files.February 26, 2019 at 1:51 pm #109912
Elise NoromitMemberHello,
This code would change the background on the individual product item in the grid http://prntscr.com/mqd5hs :
body .basel-hover-info .product-element-top { background-color: red; }
This code will change the overlay color as well https://gyazo.com/06585c47f02990c94d68510335cfa845
Replace the color as per your needs.
Best Regards
February 26, 2019 at 6:16 pm #109966
GeorgeX3ParticipantElise
I am sorry I guess I am not explaining myself very well. I understand where to change the background color per your last post and my original post. What I want to do is change the background to red like your example but I do not want the overlay to be red I want it it to be black. So one color for the background and different color for the overlay. Sorry for the confusion.
February 27, 2019 at 10:03 am #110051
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .basel-hover-info:hover .product-element-top { background-color: blue; }
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register