Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #81707
    adunning
    Participant

    Hi, I want to remove the primary menu – from beneath the header image and above the featured images slider on this theme – can you please advise how? I looked in “Appearances – Theme Options” but couldn’t see an option to do this. Thanks

    #81723
    Pratik
    Keymaster

    Hi @adunning,
    Add following code in Appearance=> Theme Options => Custom CSS box:

    
    #access {
    display: none;
    }
    

    This will hide the Primary Menu. Let me know if this works or not.

    Regards,
    Pratik

    #81742
    adunning
    Participant

    Hi Pratik, I added as instructed but it didn’t work. my site is: http://62c.3eb.myftpupload.com/

    #81764
    adunning
    Participant

    Hi Pratik, no this didn’t work – can you advise please? Thanks

    #81767
    Pratik
    Keymaster

    Hi @adunning,
    Please post in your site url.

    #81833
    adunning
    Participant

    Hi Pratik, I have replies 3 times to your post and sent url but it doesn’t show in this thread… 🙁 Not sure what to do.

    #81868
    Pratik
    Keymaster

    hi @adinnung,
    I will try to check if there is anything wrong. Sorry for the inconvenience.

    Regards,
    Pratik

    #81878
    Sakin
    Keymaster

    @adunning: Your replies went to spam because of temporary URL. I am now marked as published.


    @pratik
    : Now you can see here site temporary URL in above thread.

    #81888
    Pratik
    Keymaster

    @Sakin: Thanks.


    @adunning
    : There is a mistake in your Custom CSS because of an extra ” near the top. Just replace all codes in “Custom CSS” box with following (just edited your current content, with a slight edit):

    
    #main-slider .entry-container {
    	display: none; 
    }
    
    #footer-sidebar {
        background-color: #FF9999;
    }
    
    .site { 
    	margin: 0 auto; 
    }
    
    /* Hide Primary Menu */
    #header-menu {
    	display: none;
    }
    
    /* For Site Title */
    #site-title {
        font-size: 52px;
        font-family: sans-serif,Arial;
    }
    
    /* For Site Tagline */
    #site-description {
        font-size: 20px;
        font-family: sans-serif,Arial;
    }
    

    Let me know if this works or not.

    Regards,
    Pratik

    #81930
    adunning
    Participant

    Hi Pratik, great – thanks so much, I think we may keep the primary menu for now but if we change our mind I have the code, thanks so much!

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Removing main menu in Catch Everest FREE theme’ is closed to new replies.