Tagged: banner, Navbar color
https://prnt.sc/tNE4pBOONZUt I want to change color of this banner. How can i do that?
Hi ozbucakyunus,
Please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.
.navigation-bar { background-color: #c80000; }
You change the desired color on the mentioned code.
Thanks