Reply To: Can you change Color Top Bar

#7423
admin
Keymaster

Hello Arthur

You can change the top bar colour by adding below code to Appearance -> Customize -> Additional CSS

.top-bar-two {
background-color: #000000;
}

The above code is for black colour. You can get the HEX code here https://htmlcolorcodes.com/

Thank you!