Hi,
Is there a way I can use either the social media extra elements section up top or a secondary group to put 5 small flags for different language translations that would be linked to static pages inside the site?
Hey yes9310!
You can add links to your Enfold secondary menu in Appearance > Menus, then add following code to Quick CSS and adjust as needed
#menu-item-2852 { background-image: url(link-to-your-flag); }
.sub_menu>ul>li>a, .sub_menu>div>ul>li>a { opacity: 0; }
You can right click on Chrome or Firefox to inspect elements to find menu item ID http://i.imgur.com/HyPTCRg.jpg
Regards,
Yigit
Thanks Ligit,
You mean if I have 5 flags and I need to show all 5 flags and a link to pages, how do I do that? Can you give me a better example?
#menu-item-2852 { background-image: url(link-to-your-flag); }
.sub_menu>ul>li>a, .sub_menu>div>ul>li>a { opacity: 0; }
Hi!
You can also do this:
Go to Appearance > Menus, create a menu and create a custom link item, put the following code as the menu label:
<img src="_flag_url_here">
Repeat for the remaining flags.
Best regards,
Josue
Hey!
Try adding this code to the Quick CSS:
#header_meta .sub_menu {
top: 0px;
}
Cheers!
Josue