Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
›
BeBuilder
No Hover effect
kundenlob
June 2017
in
BeBuilder
Hi,
how can I disable the hover effect at the Icon box?
https://dignis.at/das_ist_dignis/
KR
Alex
Comments
Albert
June 2017
Hi Alex,
please take a look at
http://forum.muffingroup.com/betheme/discussion/25332/iconbox-hovereffect-icon-box-hover-effect
where we explained how to disable hover effect on icon box items.
kundenlob
June 2017
that doesn't work?? any idea why?
.icon_box:hover .icon_wrapper::before, .icon_box a:hover .icon_wrapper::before {
background-color: transparent !important;
}
.icon_box .icon_wrapper {
box-shadow: 0 0 0 0 !important;
border: 0 !important;
}
.icon_box:hover .icon_wrapper {
transform: 1 !important;
}
Bryan
June 2017
Have you pasted the custom css into theme options>custom css&js>css ??
Remember to delete browser cache if you do not see changes.
Sign In
or
Register
to comment.
Comments
please take a look at http://forum.muffingroup.com/betheme/discussion/25332/iconbox-hovereffect-icon-box-hover-effect where we explained how to disable hover effect on icon box items.
background-color: transparent !important;
}
.icon_box .icon_wrapper {
box-shadow: 0 0 0 0 !important;
border: 0 !important;
}
.icon_box:hover .icon_wrapper {
transform: 1 !important;
}