• Resolved yohannh

    (@yohannh)


    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.

    • This topic was modified 3 years, 3 months ago by yohannh.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator James Huff

    (@macmanx)

    Are you referring to the line after the site’s logo, or the entry title’s underline?

    Thread Starter yohannh

    (@yohannh)

    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 ;
    
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove line after title’ is closed to new replies.