Why did my Ella theme header disappear suddenly?

I use Ella theme for shopify. looks like header of my website suddenly disappeared without changing/editing code. anybody to assist? thanks

https://www.embrolab.com/

Hello @Embrolab ,

Follow these steps:

  1. Go to Online Store → Theme → Edit code

  2. Open your base.css file and paste the following code below:

.template-index #shopify-section-header-05 .header-05.enable_parallax {
    opacity: 1 !important;
}

Thanks

Thank you. its working now.

The navigation drawer isn’t working on mobile :disappointed_face:

There is JS conflict in the theme.
You need to manually find and fix it. You can check the error in the console.
Using chrome right click anywhere on the page → click Inspect → click console
here you will find the in red error ( Uncaught TypeError: $ is not a function ) and this is an error which needs to be fixed.