Awesome WordPress Themes At Great Prices Get 15% Off Use Code "Ovation15"

Home Forums Ovations Themes OT Beauty Salon Pro Reply To: OT Beauty Salon Pro

#8422
Developer
Moderator

Hi,

Add the below CSS code in additional CSS, to remove logo and changed background color.

Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the given CSS on it >> Publish

.logo {
display: none;
}
.head-bg:before {
opacity: unset;
background: red;
}

Many Thanks

Translate »