Make Top Bar Black

How can I make the top bar background all black so the social icons background Is all black.

Hi @rotation,

Please add this code in X > Theme Options > CSS:

.x-topbar {
    background-color: #000;
    border: 0;
}

Hope this helps.

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