Is there a way to replace the small arrow of .avia-menu-fx .avia-arrow-wrap with the favicon of KW on http://www.homemurray.com? I’d like that small KW that is the Favicon to float below the active menu item like the arrow does now.
Thanks!
Hey ewingmh!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
span.avia-arrow-wrap {
background-image: url(https://homemurray.com/wp-content/uploads/2015/06/favicon.png);
background-position: 50% 50%;
background-size: contain;
background-repeat: no-repeat;
}
span.avia-arrow {
opacity: 0;
}
Cheers!
Yigit
You guys are amazing.
Thanks!