Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Is there any possibility to delete a dividing lines? #179

Closed
konstvatruba opened this issue May 12, 2023 · 1 comment
Closed

Is there any possibility to delete a dividing lines? #179

konstvatruba opened this issue May 12, 2023 · 1 comment

Comments

@konstvatruba
Copy link

Tried to search everything that looks like


or
, but didn't find the one I need. The theme is perfect, but the lines are really not that useful.

Cheers!

@Mitrichius
Copy link
Owner

Hi!

Create or update file assets/css/custom.css, add to it:

article:not(:last-of-type) {
    border: none;
}

.common-header {
    border: none;
}

.common-footer {
    border: none;
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants