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!
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!
Hi Winnie,
Use this CSS
.slide-bg-section h1 {
display: none;
}
Copy and paste it in Appearance -> Customize -> Additional CSS
Best Regards