Remove drop shadows box glow shadow from entire site?
-
Hi There I was wondering if you guys know how I can delete drop shadows , box shadows from my entire site? the theme I am using is astra ,, it creates this ugly grey glow around everything.. any help would be hugely appreciated
-
-
-
Hi there,
Apply below CSS code to remove the grey shadow border around the button.
.maxbutton-5-container.mb-container .maxbutton-5.maxbutton.maxbutton-data-sheet-button:hover {
/* border-color: #8ba5bf !important; */
background-color: #0825af !important;
box-shadow: none !important;
}.maxbutton-4-container.mb-container .maxbutton-4.maxbutton.maxbutton-quick-use-guide:hover {
/* border-color: #8ba5bf !important; */
background-color: #0825af !important;
box-shadow: none !important;
}.maxbutton-6-container.mb-container .maxbutton-6.maxbutton.maxbutton-quick-use-guide:hover {
/* border-color: #8ba5bf !important; */
background-color: #0825af !important;
box-shadow: none !important;
}See the link how it looks after applying the above code https://snipboard.io/yX57Rp.jpg
The URL provided by you seems self-hosted WordPress site. This forum provides assistance to the only site hosted on WordPress.com.
You would get help at the below forum:
https://wordpress.org/support/
Further to know more about the differences between WordPress.com and WordPress.org you can read this document:
-
Hi there,
For more help with this, please contact support for the specific theme you’re using directly.
The WordPress.org forums only provide support for the WordPress software itself, not for specific themes made by private companies.
-
- The topic ‘Remove drop shadows box glow shadow from entire site?’ is closed to new replies.