• Resolved ibokural7

    (@ibokural7)


    Hey Guys,
    I build this website from whatever I learned from YOUTUBE,It functions OK so far for my needs.Now I am trying to ad a “landing page” without MENUs
    (Header& footer) I can’t do it .I tried some CSS whatever codes I got from other posts, but it didn’t work.
    Here is a link to a page: https://dmaxcarpetcare.com/houston-carpet-cleaning-lp/
    Thanks in advance

Viewing 14 replies - 1 through 14 (of 14 total)
  • ashiquzzaman

    (@ashiquzzaman)

    Hi there, Try this CSS code –

    #menu-header-menu {display:none;}

    Thread Starter ibokural7

    (@ibokural7)

    Hi ashiquzzaman, Thanks for you replying. Do you suppose to add that code to STYLE.CSS , If you do, I tried with no success.

    ashiquzzaman

    (@ashiquzzaman)

    You didn’t add the code. And you should always make change to child theme that way changes don’t get over written in times of theme updates.

    Thread Starter ibokural7

    (@ibokural7)

    I copied and paste the “code” bottom of style.css and saved it.Isn’t it how it suppose to be?
    I will have to learn “child theme” I don’t know how it functions.

    Thread Starter ibokural7

    (@ibokural7)

    THIS IS HOW IT LOOKS LIKE:
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
    }
    #menu-header-menu {display:none;
    }

    ashiquzzaman

    (@ashiquzzaman)

    Just checked, the code hasn’t been saved on your site. Try clearing your browser cache and try again

    Thread Starter ibokural7

    (@ibokural7)

    Ok,I cleared the cache and still nothing…

    ashiquzzaman

    (@ashiquzzaman)

    .main-navigation ul{display:none;}

    Try this CSS code and let me know

    Thread Starter ibokural7

    (@ibokural7)

    nope,still nothing

    ashiquzzaman

    (@ashiquzzaman)

    Your site still doesn’t show the code I provided, are you sure you’re adding they right way? Try to clear your server cache from hosting panel, You can also try disabling your plugins one by one to see if the problem resolves or it

    Thread Starter ibokural7

    (@ibokural7)

    ashiquzzaman,Yes there was a “glitch” with the Plugins,After deactivating them all and putting the code you gave me it worked,but removed menu from “all the pages”.I want menu to be hiding ONLY at this page: https://dmaxcarpetcare.com/houston-carpet-cleaning-lp/

    Thank you for your time and efford

    ashiquzzaman

    (@ashiquzzaman)

    All right, then add this CSS code –

    .page-id-763 .main-navigation ul{display:none;}

    I guess everything’s fine, now ??

    Thread Starter ibokural7

    (@ibokural7)

    YESSSSSS! This one worked.
    Great , Thank you

    Thread Starter ibokural7

    (@ibokural7)

    So , each page that I will create without the “menu”, all I have to do it just change the page number and add this code.Is that right?

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Hiding a "Menu bar" from landing page at Vantage theme Website’ is closed to new replies.