How to remove white line separating panels on front page
-
Using Affinity theme, I’ve got white lines that separate each panel on my front page. Is there a way of getting rid of this?
The blog I need help with is: (visible only to logged in users)
-
-
Hi there, I’m not seeing any additional panels on your main page, and checking the Affinity demo site, I’m seeing that the borders are set to a width of “0”. Can you add a panel or two to your home page and I would be happy to take a look for you.
-
Right away! I removed the panels for the time being because my site is live and I didn’t want the lines visible but I’ll add one on right now. Thanks!
-
Hi, just wanted to let you know that I’m having a bit of a problem finding this in the CSS. I thought it would be a piece of cake, but apparently not. I’m checking with our theme developers to find out where this is.
-
Ha!!! I found it. It is possibly a bug/adjustment that needs to be made to the original CSS. Add the following to your custom CSS to get rid of it.
@media screen and (min-width: 46em) { .no-custom-header .custom-header { display: initial; } } -
-
- The topic ‘How to remove white line separating panels on front page’ is closed to new replies.