I use Ella theme for shopify. looks like header of my website suddenly disappeared without changing/editing code. anybody to assist? thanks
Hello @Embrolab ,
Follow these steps:
-
Go to Online Store → Theme → Edit code
-
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 ![]()
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.