The summer sale is live! Get 20% off on a bundle of 70+ WordPress themes with coupon code "OVATION20".

Get Bundle!!!

Summer Savings: Enjoy 30% Off on Premium WordPress Themes! Use Coupon Code "SUMMER30" at Checkout."

#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 »