Is it possible to change this indicator into a different shape (circle?) or a jpg or change the colour separate to the theme colour?
Hey!
If you want to set an image:
.avia-menu-fx {
background: url(https://avia.wp/enfold/wp-content/themes/enfold/config-layerslider/LayerSlider/avia-samples/slide3_l17.png) !important;
}
If you want to change the color:
.avia-menu-fx .avia-arrow-wrap{
border-color: blue !important;
}
.avia-menu-fx{
background: blue !important;
}
Regards,
Josue
I just upgraded to Enfold version 2.7. After the upgrade, the red bar under the active main menu item no longer has an upward arrow at the center. Please help me fix this. Thanks!
Sure, here it is: http://www.ipinform.ca/ipi/
You can see that under Home menu, the red border does not have a center arrow pointing upwardly (it used to have that, as in Enfold demo).
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia-menu-fx .avia-arrow-wrap { visibility: visible; }
Regards,
Yigit
Thanks a lot Yigit for the quick fix!