Close

Hover Overlay

Helger
8 years ago
#10655 Quote
Avatar
  • 6
Is it possible to change the colour of the overlay, when hovering over a product image?
Peter.Zhekov
8 years ago
#10662 Quote
Avatar
  • Moderator
  • 104
Helger wrote:
Is it possible to change the colour of the overlay, when hovering over a product image?


Hi Helger,

Can you please provide a link to your website? I need to see which theme you are using, so I'll be able to give you proper advice.
Regards,
Peter Zhekov
Nop-Templates.com
Helger
8 years ago
#10665 Quote
Avatar
  • 6
Hi, I am using the art-factory theme and currently only on a local development machine. Until a fix is available, I am using the Blog Page instead of the News Page, where this problem does not occur.
Helger
8 years ago
#10666 Quote
Avatar
  • 6
Sorry - I was answering the wrong topic, but yes I am using the art-factory theme on a local machine. I will send you a screenshot by return e-mail if that is possible.
Peter.Zhekov
8 years ago
#10670 Quote
Avatar
  • Moderator
  • 104
Hi Helger,

You can change the overlay background color if you add the following code in the 'Custom head styles' section (which you can find in administration --> Plugins --> 7Spikes Theme --> ArtFactory Theme):

.product-grid .item-box .description-wrapper, .product-list .item-box .description-wrapper {
background-color: rgba(255,255,255,0.5);
}


In the code above you can use various color instead the one I set.
Regards,
Peter Zhekov
Nop-Templates.com
Helger
8 years ago
#10689 Quote
Avatar
  • 6
Thanks - that does the trick