Home › Forums › ThemesEYE Support › Top Bar Setting/Multipurpose Ecommerce Pro › Reply To: Top Bar Setting/Multipurpose Ecommerce Pro
June 9, 2021 at 10:53 am
#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