Home › Forums › Ovations Themes › General Queries › Charity Pro – Notification Bell › Reply To: Charity Pro – Notification Bell
Hi,
Add the below CSS code in the additional CSS to remove notification bell.
Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the given CSS in it >> Publish.
.bell { display: none; }
Many Thanks