New Landing How can we help? Themeforest Theme Support Neighborhood deleting items from header

Viewing 15 posts - 1 through 15 (of 24 total)
  • #151238
    mariatrier
    Member
    Post count: 163

    Hi there,
    I’m seeking some help with removing items from the header. See attachment.

    Attachments:
    You must be logged in to view attached files.
    #151249
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    To remove the left text go to Theme Options > Header Options and delete the text

    Add this to your custom css:

    .header-1 .header-right > nav, .header-2 .header-right > nav, .header-3 .header-right > nav {
      display: none;
    }

    For the cart, I’m afraid not

    – Kyle

    #151257
    mariatrier
    Member
    Post count: 163

    Hey Kyle,
    Thanks, however for 1. this is not shown in Theme Options > Header Options and 2. When adding this cart etc. is also removed?

    #151262
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Seems like you managed to change it to ‘Welcome’?

    Sorry try this instead:

    .header-right .std-menu.header-menu {
      display: none;
    }

    – Kyle

    #151271
    mariatrier
    Member
    Post count: 163

    Thanks for the code, that did the trick, however I haven’t changed anything to ‘Welcome’ and I simply cannot find it in Theme Options > Header Options.

    Where specifically should this be?

    #151276
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    .tb-welcome {
      display: none!important;
    }

    – Kyle

    #151322
    mariatrier
    Member
    Post count: 163

    Perfect – but how to hide the search icon as well? The one next to the welcome text?

    #151323
    mariatrier
    Member
    Post count: 163

    or: how to add the search icon to the top menu?

    #151324
    Kyle – SUPPORT
    Moderator
    Post count: 35880
    .header-left {
      display:none;
    }

    – Kyle

    #151326
    mariatrier
    Member
    Post count: 163

    So two questions:

    1. how to add the search icon to the top menu?
    2. Now I’ve added the below code the logo is not centered anymore?

    .header-left {
    display:none;
    }

    #151345
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Finally add this:

    .span4.logo-center {
      width: 100%;
    }

    In the header options, top bar config set to one with super search: http://d.pr/i/17cJ9/3NKdxCdD

    – Kyle

    #151349
    mariatrier
    Member
    Post count: 163

    Right. But is there not a ‘Text/Links + Super search’ option?

    #151461
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    The super search would need to be with your links, then the social icons on the other side like you have now

    – Kyle

    #151481
    mariatrier
    Member
    Post count: 163

    Okay… but how to do this? If I choose any of the options with super search the left content disappears?

    Also: On your Dante theme (http://themeforest.net/item/dante-responsive-multipurpose-wordpress-theme/full_screen_preview/6175269) I see that the cart is in the top menu. No way to move the cart to the top menu in this theme?

    #151524
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ahh yes, I see what you mean, your desired layout is not possible with the current options. I will ask the developer to add more options in a future update

    This is not the topbar, it’s the topheader, some of Dante’s header layouts have a top header. This is not available with Neighbrhood

    – Kyle

Viewing 15 posts - 1 through 15 (of 24 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register