Bottom Blur
Core does not include a theme setting to disable the bottom blur. To hide it, use Code Injection and add:
.blur {
display: none;
}
If you only need this tweak, you do not need to edit the theme files.
Core does not include a theme setting to disable the bottom blur. To hide it, use Code Injection and add:
.blur {
display: none;
}
If you only need this tweak, you do not need to edit the theme files.