Notifications
Clear all

[Solved] Avatar shadow

3 Posts
2 Users
0 Likes
993 Views
(@nobbyrn)
Active Member
Joined: 5 years ago
Posts: 9
Topic starter  

Morning, does anyone know what the best way would be to get rid of the shadow around the avatar?

ive tried box-shadow CSS but I’m a beginner and maybe inputting it in wrong as it isn’t changing..

thanks!


   
Astghik
(@astgh)
Illustrious Member Admin
Joined: 6 years ago
Posts: 5872
 

Hi @nobbyrn,

The CSS code is provided below:

#wpcomm .avatar {
box-shadow: none !important;
}

Please don't forget to delete all caches and press CTRL+F5 on frontend before checking. 


   
(@nobbyrn)
Active Member
Joined: 5 years ago
Posts: 9
Topic starter  

Sorted, thanks!


   
Share:
Scroll to top