EDIT: Again, I’ve managed to solve it by myself 😀 I’ve figured I can style .main-navigation:after 🙂
I’m really happy with Vantage theme and Site Origin Page Builder and have easily managed to make customisations, but there’s one thing that I’d love to implement on my website and I can’t seem to be able to find a good way.
I’d like to have a custom full-width bar (above .entry-header) with a background colour (and pattern), for decoration. I’ve achieved this by styling header with the following code:
.entry-header {
margin: 0 -9999rem;
padding: 1rem 9999rem;
background-color: #f5f5fb; }
and by making .entry-title transparent but this is a very dirty workaround and it means that I get several colour bars on my blog page, for each post, whereas post titles are invisible.
Is there any other way to achieve this? I would be very grateful for your help!
- This topic was modified 7 minutes ago by .
The page I need help with: [log in to see the link]