Hello @nimue_fichtenbauer,
In order to help you with your concerns, we need to check your settings I would request you please share your details in a secure note. Please provide the following details
- WordPress Login URL
- Admin level username and password
- Exact page URL
You can find the Secure Note button at the bottom of your posts
In case you are talking about this shadow and you want to remove it
You need to update your code with this code
.x-navbar {
border-bottom: none;
}
Updated code
.x-navbar {
border-bottom: none;
box-shadow: none;
}
The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.In case you have no idea about coding you can subscribe to One where customization questions are answered.
Hope it helps.
Thanks