Reply To: Top Bar Setting/Multipurpose Ecommerce Pro

Home Forums ThemesEYE Support Top Bar Setting/Multipurpose Ecommerce Pro Reply To: Top Bar Setting/Multipurpose Ecommerce Pro

#56730
support
Participant

Hi,

For changing the top bar background color you need to add the following CSS,

Go to Dashboard >> Appearance >> Customize >> Additional CSS >> paste given CSS and publish.

.topbar {
background: #002939;
}

Thank you