Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #223495

    Hello,

    I would like to modify theme so I can display a big non fixed header but without social icons. How can I achieve that?

    #223506

    Hey gmarco!

    You can choose to display “Fixed Header with Social Icons and additional Navigation” and remove social icons in Enfold theme options under Header tab http://i.imgur.com/uxV1DeV.jpg
    If this is not what you meant, please elaborate

    Best regards,
    Yigit

    #223513

    Yes this is exactly what I want. The problem is that theme doesn’t allow you to delete the last social icon. So the social bar still apears with the last icon.

    #223523

    Hi!

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

    #top .social_bookmarks li { display: none; }

    Best regards,
    Yigit

    #223526

    This code hides social icons. However if I want to remove the whole nav.sub_menu what code I need to add?

    #223531

    Hi!

    You can add following code to Quick CSS to remove sub menu

    .sub_menu { display: none; }

    Regards,
    Yigit

    #223554
    This reply has been marked as private.
    #223556

    Hi!

    Oh if you would like to remove the whole bar, please remove the codes i posted in my last 2 posts and add following

    #header_meta { display: none; }

    Regards,
    Yigit

    #223568

    Perfect ! Thank you.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Big Non fixed header without social icons’ is closed to new replies.