This topic contains 33 replies, has 3 voices, and was last updated by Ninja Lead 9 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
ok works !!!
when I go over it with the mouse, the image changes in the color I wanted.
It’s good for me but I wanted to know if it was possible to return the picture when I remove the mouse from masshead.
if you can not that’s okay
very very thanks
Hi,
You can add the css style below into templates/uber/css/custom.css file
.masthead:hover, .masthead .masthead-bg:hover {
background: none !important;
content: "";
height: 100%;
left: 0;
opacity: 0.95;
position: absolute;
top: 0;
width: 100%;
z-index: 3;
}
It will help you to change the image when you mouse over in masshead and rollback the image background when you mouse out. Let me know if it helps
Regards
Hi,
You can add the css style below into templates/uber/css/custom.css file
.masthead:hover, .masthead .masthead-bg:hover {
background: none !important;
content: "";
height: 100%;
left: 0;
opacity: 0.95;
position: absolute;
top: 0;
width: 100%;
z-index: 3;
}
It will help you to change the image when you mouse over in masshead and rollback the image background when you mouse out. Let me know if it helps
Regards
This topic contains 33 replies, has 3 voices, and was last updated by Ninja Lead 9 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum