Skip to content

Instantly share code, notes, and snippets.

@meostar
Created August 21, 2019 10:53
Show Gist options
  • Save meostar/3fd493b214cb8a592537ccfc0692c724 to your computer and use it in GitHub Desktop.
Save meostar/3fd493b214cb8a592537ccfc0692c724 to your computer and use it in GitHub Desktop.
Avada Menu Bar Customization
/* Customization of Menu Bar Add Custom Image*/
#menu-main-menu li:not(:last-child):before {
content: '';
background: url(https://dev.leahsports.com/wp-content/uploads/2019/08/sep.png);
height: 32px;
width: 20px;
position: absolute;
top: 10px;
right: 15px;
}
/* FLoat SEARCH ICON to Right in Avada Menu Bar*/
.fusion-main-menu>ul>li:last-child {
float: right;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment