Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Show policy links is ticked off, but still showing on site, after cache refresh and hard reboot, yes i saved the changes, but it stills shows on chrome only, tested with firefox. using latest version of DAWN theme
Website www.isolyd.com
CHROME:
FIREFOX:
Solved! Go to the solution
This is an accepted solution.
@ISOLYD Hope you are doing well.
If you want to hide those policies links then add below line of CSS code at the end of your base.css file.
.footer .policies{
display:none;
}
This is an accepted solution.
@ISOLYD Hope you are doing well.
If you want to hide those policies links then add below line of CSS code at the end of your base.css file.
.footer .policies{
display:none;
}
Quick, Effective fix. Thanks!
This fixed it for Desktop, now the menu is back on mobile view.
@ISOLYD Please add your css after all curly braces. I have checked your base.css file and you have added this:
Remove it from there and add it after all curly brace finish, like this:
My apologies, this is fixed! thanks.
No worries.