Thin white line across featured images
- The topic ‘Thin white line across featured images’ is closed to new replies.
Need help? Check out our Support site, then
I realize the thin white line across the top of featured images is built into this theme, but is it possible to eliminate it with CSS?
Thanks for any help
The blog I need help with is: (visible only to logged in users)
Something like the following should work.
.has-featured-content .site-branding,
.has-featured-image .site-branding {
border-color: transparent;
}
That worked. Thank you.
You’re welcome.