Topbar Color

Hi I’d like to place a 4 px line of colour above/at top of the topbar - is this possible?

Hello @Oasis,

Thanks for asking. :slight_smile:

You can add following CSS under X > Theme Options > CSS:

.x-topbar {
    border-bottom: 4px solid rgba(0,0,0,0.075);
}

Thanks.

Perfect that worked great :slight_smile:

You are most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.