Forums
Home / Theme: Twenty Twenty-One / Remove line after title
(@yohannh)
3 years, 3 months ago
I’m trying to remove the line after the title. I tried .entry-title {border-bottom: none;} and some variations and it didn’t work.
.entry-title {border-bottom: none;}
(@macmanx)
Are you referring to the line after the site’s logo, or the entry title’s underline?
I just found it, thanks. It was the entry header border bottom I suppose. I got rid of it this way :
.singular .entry-header { border-bottom: none ; }