Home › Forums › ThemesEYE Support › Top Bar Setting/Multipurpose Ecommerce Pro › Reply To: Top Bar Setting/Multipurpose Ecommerce Pro
June 6, 2021 at 12:57 pm
#56715
support
Participant
Hi,
For changing 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: #4f66c9;
border: 1px solid #4f66c9;
}
Many Thanks