Remove horizontal lines on alternate front page? Posted in : Editor SolariParticipant 21 August 2016 at 06:10 #43223 Greets, How can I hide or remove these horizontal lines on the alternate front page: – the one between the logo and the rotating text block (which also shows up on other pages – would like it invisible there too) – two empty lines on bottom of page where footer normally goes (footer is set to off and no widgets assigned) Thanks! Ray SolariParticipant 21 August 2016 at 06:22 #43226 P.S. I was able to remove the horizontal line after the logo by using: .site-header { border-bottom: 0px } Stil have yet how to figure how to hide the footer area lines? serkanModerator 22 August 2016 at 13:48 #43258 You can use this custom css codes; .site-header { border-bottom: none; } .site-footer, .site-footer .site-info { border-top: none; } Thanks Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in and have valid license to reply to this topic. License required for the following item Editor - A WordPress Theme for Bloggersby pixelwars Login and Registration Log in · Register