-
AuthorPosts
-
December 19, 2018 at 2:10 pm #1047187
Hi,
Please check http://stapromachinebouw.nl/home/
The little line that shows when hovering over a menu item is gone? What did I do?
How can I get it back?
Thanks for your help.
MartineDecember 19, 2018 at 2:30 pm #1047197you got this in your source code – mayby in your quick css:
because of the merged file i could not locate it where you got it..av_minimal_header .avia-menu-fx { display: none; }
so get rid of that rule – and the underline on hover will work as you like
December 19, 2018 at 3:13 pm #1047210Thanks for your answer! I can’t find it either. This is de Quick CSS I’ve added. There’s nothing that could cause this, is there?
.avia-icon-list .iconlist_icon {
height: 44px;
width: 44px;
line-height: 44px;
font-size: 20px;
text-align: center;
border-radius: 500px;
position: relative;
float: left;
margin-right: 30px;
margin-left: 2px;
z-index: 5;
color: #fff;
}.avia-icon-list .av-iconlist-empty .iconlist_title {
margin-top: 1px;
}.avia-icon-list .iconlist_title {
text-transform: initial;
top: 4px;
position: absolute;
}.avia-timeline-horizontal .av-milestone-date span {
display: block;
zoom: 1;
position: absolute;
width: 30px;
height: 1px;
left: -65px;
top: 0.5em;
display: none;
}.phone-info {
float: left;
font-weight: bold;
line-height: 20px;
font-size: 12px;
padding: 5px 0;
}I tried to delete this one but no result:
.avia-timeline-horizontal .av-milestone-date span {
display: block;
zoom: 1;
position: absolute;
width: 30px;
height: 1px;
left: -65px;
top: 0.5em;
display: none;
}I didn’t add of change any code somewhere else.
- This reply was modified 6 years ago by famewebdesign.
December 19, 2018 at 8:24 pm #1047368Hey,
Please go to Enfold theme options > Header > Header Style and choose to display “default” instead of “minimal”
Cheers!
YigitDecember 19, 2018 at 9:54 pm #1047423Thanks Yigit!
December 20, 2018 at 1:48 pm #1047693 -
AuthorPosts
- The topic ‘Little line underneath menu items’ is closed to new replies.