Site logo

Archived topic

MELLOW - remove top and bottom strips (CSS problem?)

15 replies · Started by Matthias Heil on January 8, 2020

Viewing posts 1–15 of 16

I would like to get rid of the two strips at the top and at the bottom of my MELLOW start page: https://www.st-antonius-kuenzell.de - appreciate your help!

Hi there,

Remove this CSS from Additional CSS field in the customizer:

#site-navigation .inside-navigation {
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.header-wrap #site-navigation .inside-navigation {
    border-color: rgba(255,255,255,0.3);
}
.site-info {
    border-top: 1px solid rgba(0,0,0,0.2);
}

Let me know if this helps :)

Looks like your site is under maintenance mode. Can you unlock it?

yep

Ahh ok.

Try this CSS then:

.home.separate-containers .site-main {
    margin: 0;
}

I'm sorry, Leo, but the two stripes are quite stubborn little buggers... - even your css magic cannot make them go away...

The CSS should definitely work.

Did you clear your caching plugin after adding it?

Yes. The buggers do persist, however. The CSS is still active (inserted at the end of GP additional CSS box)...

Oops, sorry. Deactivated the cache plugin, but... #strong #buggers (added 4th screenshot with additional css displaying in Customizer, and the lower strip still showing).

Leo, you've nailed the buggers! Thanks ever so much for your patience and persistence - excellent service!

This archived topic is closed to new replies.