Dear ,
how can I remove bottom-border when select or hover menu and replace it with my own background !!??
Hey kyabroudi!
Try adding this to your custom CSS.
.avia-menu-fx { background: url("URL to your image") !important; }
If that’s not what you were wanting then send us a link and take a screenshot highlighting what your trying to do so we can get a better idea.
Cheers!
Elliott
here what I am trying to do surround menu item with border like image attached
http://tinypic.com/r/313kpk8/8
Hey!
Please add following code to Quick CSS and change background image
ul#avia-menu > li.current-menu-item {
background-image: url(https://localhost:8888/enfold/wp-content/themes/enfold/images/layout/logo.png);
background-position: 50% 50%;
background-size: contain;
}
Best regards,
Yigit
thanks it works :)
Hi!
You are welcome, glad we could help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Cheers!
Yigit