Remove main menu

Hello everybode!
I am really happy with the shapely theme and thank you for that!
I have a question about the mian menu. Can I remove the main menu from the separate child pages (for example -
blog pages). If it possible, how can I do it?

Thank you so much!
Alex

Hey there,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

/*hide menu on blog pages*/
.blog .nav-container {
    display: none;
}

Best regards,
Support.

Thats Great!!!
Thank you so much for your speed and responsibility!!!
Best Regards! Alex

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support