How can I remove that vertical slight shadow down the left side of the site? Thanks
Hi there,
Please go to the Global CSS panel then find this block of code:
.x-navbar {
border-right: 0;
box-shadow: 2px 0 4px rgba(0, 0, 0, 0.275);
}
Then set the box shadow value to none.

Hope this helps.
1 Like
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.