Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #308083

    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?

    #308090

    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

    #308111

    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; }

    #308404

    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

    #309040
    This reply has been marked as private.
    #309042

    Hey!

    Try adding this code to the Quick CSS:

    #header_meta .sub_menu {
        top: 0px;
    }

    Cheers! 
    Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.