Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #223838

    Hello,

    I am currently using the following header:

    “Header with Social Icons and bottom Navigation”

    and i would like to remove the social icons part completely from the right side of the header, in order for my image to cover the whole now. Now it justs leaves some space for the social icons and the logo is not aligned.

    Any chance i can remove them completely? or maybe place them in the top bar?

    I know there are other types of headers, but this is the onyl one with bottom navigation

    Thank you in advance.

    Website

    Screenshot

    #223955

    Hi netinfoplc!

    It seems like you have already removed the social icons. To move breadcrumbs higher, please add following code to Quick CSS in Enfold theme options under Styling tab

    .title_container .breadcrumb { 
    z-index: 999; top: -92%; }

    Best regards,
    Yigit

    #223960

    I removed the social icons from the theme options but as you can see in the screenshot a space is left there and the logo image cant expand.

    I need to remove that space to the right of the logo . In the page inspector its mentioned as “noLightbox social_bookmarks icon_count_1”

    #223964

    Hi!

    Please add following code to Quick CSS instead

    #header_main .container {
    height: 135px !important;
    }

    Regards,
    Yigit

    #223967

    perfect thanks!!!!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Remove social icons from header’ is closed to new replies.