• Resolved Bas

    (@basz85)


    Hi there,

    I want to hide or remove a header-navigation “Home”. Because I want to use the primary navigation.

    I work and use WordPress 5 years now. I was trying to hide header-navigation but it didnt work at all.
    So how I do it? Some changes in the header.php or style.css? If so, wich line number(s) I need to change?

    The website is running local.

    Another slider:
    Support this theme a slider function? Like ML-slider plugin (metaslider)?

    Thanks in advance!

    Sincerly,
    Bas

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Bas

    (@basz85)

    This has been resolved, after 3,5 hours looking and trying.

    I’ve make the “Home” for the header navigation transparent.
    For others: who want to work one navigation, like the primary navigation below the header. You can make this the following adjustment in the functions.php:
    Line numer #333

    .thefunk-head-nav > .menu-item > a {
        color: rgba(0, 0, 0, 0) !important;
    }

    Other who want to use a slider in this theme:
    Open header.php
    Don’t paste the Metaslider shortcode in the header, but under the primary navigation(I get an weird few when I try this in header under the header-logo under the header-navigation). Search on www.ads-software.com for Metaslider and use the template shortcode.
    Paste the shortcode @ line number #60 BEFORE the <div class="site-inner"> begins.

    If you logo are display twice make changes in the header.php also (that was in mine case)this you can do throw editor in WordPress.
    background-repeat: no-repeat;`
    Use this in the following <strong>line number #21</strong>

    Theme Author Hardeep Asrani

    (@hardeepasrani)

    You don’t need to use any CSS to hide the home link from menu. Just assign an empty menu to that menu holder, and that’s it ??

    Thread Starter Bas

    (@basz85)

    I did that yesterday, but that doesn’t work at all, because in the header stays the “Home” in the header-navigation when I add an empty menu holder ;-).

    Further all; it’s amazing, modern, greatful and flexible theme from you :-).

    Theme Author Hardeep Asrani

    (@hardeepasrani)

    It worked for me when I created a new menu without any items in there. Anyways, thanks fr the kind words ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Header "Home" hide or remove & slider’ is closed to new replies.