Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #444196

    Hi,
    I need add to menu languages btn,
    I create link + img in secend menu, but I need it be& look smaller- like the size of the imge flag whit this background color: # 484b4f.
    Here is screenshoot: http://prntscr.com/7518pd
    How do you propose to do that?

    Thank you!!!!

    #444359

    Hey Lev!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #menu-item-44 .sub-menu *, #menu-item-44 .sub-menu {
      background-color: #484b4f;
    }
    #menu-item-44 .sub-menu a, #menu-item-44 .sub-menu li, #menu-item-44 .sub-menu {
      width: 42px!important;
    }
    #menu-item-44 .sub-menu a {
      padding: 0!important;
      margin: 0!important;
      position: relative;
      left: 12px;
      background-color: transparent!important;
    }
    #menu-item-44 .sub-menu li {
      background: transparent;
    }
    #menu-item-44 .sub-menu {
      left: 27%!important;
    }

    Regards,
    Yigit

    #445358

    Thanks Yigit!!!!
    It looks amazing !!!
    You are the best

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Language Menu’ is closed to new replies.