Tagged: menu
- This topic has 9 replies, 3 voices, and was last updated 8 years, 10 months ago by adunning.
-
AuthorPosts
-
December 26, 2015 at 11:47 pm #81707adunningParticipant
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
December 27, 2015 at 7:16 pm #81723PratikParticipantHi @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,
PratikDecember 28, 2015 at 1:45 am #81742adunningParticipantHi Pratik, I added as instructed but it didn’t work. my site is: http://62c.3eb.myftpupload.com/
December 28, 2015 at 6:20 pm #81764adunningParticipantHi Pratik, no this didn’t work – can you advise please? Thanks
December 28, 2015 at 7:15 pm #81767December 29, 2015 at 8:22 pm #81833adunningParticipantHi 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.
December 30, 2015 at 8:52 am #81868PratikParticipanthi @adinnung,
I will try to check if there is anything wrong. Sorry for the inconvenience.Regards,
PratikDecember 30, 2015 at 9:52 am #81878SakinKeymasterDecember 30, 2015 at 10:09 am #81888PratikParticipant@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,
PratikDecember 30, 2015 at 11:36 pm #81930adunningParticipantHi 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!
-
AuthorPosts
- The topic ‘Removing main menu in Catch Everest FREE theme’ is closed to new replies.