Created
December 28, 2019 03:18
-
-
Save pavlo-bondarchuk/63fd21a44637e93750b7e8f3e8fe64c0 to your computer and use it in GitHub Desktop.
custom css inside hero menu plugin admin area
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
| #hmenu_load_2 .hmenu_navigation_holder > ul{position:relative;} | |
| #hmenu_load_2 .hmenu_mega_sub{width: max-content;} | |
| .hmenu_text_item a{color:#666!important;} | |
| .hmenu_text_item a:hover{color:#cc6600!important;} | |
| .hmenu_col_6 {width: max-content;} | |
| .hmenu_col_3 {width: max-content;} | |
| #hmenu_load_2 .hmenu_navigation_holder > ul li a .hmenu_nav_uni_9 span{display:none!important;} | |
| #hmenu_load_2 .hmenu_navigation_holder > ul li a .hmenu_nav_uni_10 span { | |
| display: none; | |
| } | |
| .searchicon{ | |
| padding: 0 13px; | |
| } | |
| #hmenu_load_2 .hmenu_nav_uni_10:before { | |
| padding: 0!important; | |
| } | |
| .woocart{ | |
| padding: 0 38px; | |
| border-color: #d2d2d2; | |
| border-width: 0 1px; | |
| border-style: solid; | |
| } | |
| .icon_hero_default_thin_e654:before{ | |
| font-size: 13px!important; | |
| transform: rotateY(180deg)!important; | |
| padding: 0!important; | |
| zoom:.7; | |
| } | |
| .hidesubmenu .hmenu_submenu{display:none!important;} | |
| .avia-search-tooltip{border-width: 0!important;background: #fff;} | |
| .avia-arrow{border-width: 0!important;background: #fff;box-shadow: 0 0 2px 1px rgba(0,0,0,.1);transform: rotate(45deg)!important;} | |
| @media (max-width: 767px){ | |
| #header_meta nav.sub_menu{ | |
| float: none; | |
| width: 100%; | |
| text-align: center; | |
| margin: 0 auto; | |
| position: static; | |
| } | |
| .searchicon, .woocart{ | |
| display: block!important; | |
| width: 50%!important; | |
| float: left!important; | |
| } | |
| .icon_hero_default_thin_e654:before{ | |
| zoom:1; | |
| } | |
| .avia-search-tooltip{display:none!important;} | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment