How to remove the logo for mobile/tablet only when starting to scroll. It should still be there at the top of the page when first entering the site or loading the main page.
Website: https://ailytics.ai/
How to remove the logo for mobile/tablet only when starting to scroll. It should still be there at the top of the page when first entering the site or loading the main page.
Website: https://ailytics.ai/
Hi,
Thank you for getting back.
Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.
#masthead-sticky-wrapper.is-sticky .custom-logo-link {
opacity: 0;
}
Regards,
Kharis
aThemes Support
Hi there,
The code didn’t seem to work