-
-
Save meostar/3fd493b214cb8a592537ccfc0692c724 to your computer and use it in GitHub Desktop.
Avada Menu Bar Customization
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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