http://www.crestedbuttewellnessretreats.com/crested-butte-wellness-retreats/
Is it possible to replace the menu seperator with a custom image like in the screenshot below (the little teal brushstrokes)?
Hi ewingmh!
Can you please post the link to your image that you would like to use?
Cheers!
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av_seperator_small_border .av-main-nav > li > a > .avia-menu-text { border: none; }
.av_seperator_small_border .av-main-nav > li > a:before {
content: url(https://www.crestedbuttewellnessretreats.com/wp-content/uploads/2015/10/brushstroke.png);
position: relative;
top: 12px;
right: 12px;
}
li#menu-item-45 > a:before {
display: none;
}
Regards,
Yigit
You guys are the best