Headline text on Home background image
March 4, 2020 at 6:49 am
Am using Crater Free for a blog.
Is it possible to not showing any headline text on home background image? If i don’t input anything, it will show the name of the website on the image automatically
Thanks!
Replies (1)
-
March 4, 2020 at 6:49 am
Am using Crater Free for a blog.
Is it possible to not showing any headline text on home background image? If i don’t input anything, it will show the name of the website on the image automaticallyThanks!
-
March 5, 2020 at 4:51 am
Hi Winnie,
Use this CSS
.slide-bg-section h1 {
display: none;
}Copy and paste it in Appearance -> Customize -> Additional CSS
Best Regards