• Your theme is perfect for what we’re trying to do with our website with only one exception. The menu of “home/(page name)” with a light gray bar appears at the top of each page and is not very attractive. How can I hide or remove this? My website is https://www.wearechristians.com

    Thanks very much

Viewing 4 replies - 1 through 4 (of 4 total)
  • Sam

    (@soumendra)

    Hello,

    You can try this in your Custom CSS for achieving that:

    #intro {
        display: none;
    }

    Thank you.

    Thread Starter rickroseth

    (@rickroseth)

    Thanks so much Sam. I’m a novice, so could you please tell me where I would type that exactly? Do I select a template to edit from “Editor”? Where within the body of the code/text would I type that? Sorry for the basic questions. I’m just learning wordpress.

    Thanks so much for your help.

    Sam

    (@soumendra)

    Hello,

    You can try this in your Custom CSS in your DASHBOARD > APPEARANCE > Theme option, if that is not there you can use a plugin for that. Or you can use a child theme for that.

    [ Moderator note: link redacted, please do not send people to your site that way. ]

    Hope that helps you, feel free to ask if there is any other problem.

    Thank you.

    • This reply was modified 8 years, 3 months ago by Jan Dembowski.
    Thread Starter rickroseth

    (@rickroseth)

    Sam….
    Simply put, YOU ARE DA MAN!!!
    It worked!!! Thank you soooo very much.
    I’m very grateful for your help.

    God bless!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How do I hide/remove the menu/nav bar on a page?’ is closed to new replies.