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

    Hello,
    How can I ,
    1. Add a text widget above social media icons at right hand side top. Iam using Enfold GYM template
    2. Add the language switcher dropdown on top of social media icons ? Iam using WPML for RTL support.

    Thanks

    #668090

    Hi gireeshnair!

    1- Please refer to this post – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
    2- Please go to Appearance > Menus and create a new menu and check “Enfold secondary menu” under Menu settings and then go to Enfold theme options > Header > Extra Elements and choose to display your secondary menu. Then go to WPML settings and choose to display your language switcher in that menu

    Regards,
    Yigit

    #668133

    Thanks .
    What if I would like to display a text widget adjacent to the social media icons in header. ie, before the icons in the same line.
    Lets say I would like to write the text “Follow Us” before the icons.

    How can I achieve this.

    #668136

    Hi!

    Can you please post the link to your website?

    Regards,
    Yigit

    #668139

    Please find the link below

    #668143

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #header ul.social_bookmarks:before {
        content: 'Follow us';
        float: left;
        line-height: 30px;
    }
    

    Best regards,
    Yigit

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