Hi @dacoani51
Could you please provide us your website URL?
Best Regards
Hi @dacoani51
Use the following CSS
/* top bar background */
.top-bar {
background: #ce3f57;
}
/* top bar content */
.top-social li i,
.top-bar{
color: #fff;
}
Copy and paste it in Appearance -> Customize -> Additional CSS
Note: Replace the hex code with the color you want. You can get hex codes from the website https://htmlcolorcodes.com/
Best Regards
Also i’d like to change color of the categories list as well, is there a script for that as well?
-
This reply was modified 4 years, 7 months ago by
dacoani51.
Hi @dacoani51
Could you please attach a screenshot of the categories list?
Best Regards
Here’s where the categories list is. and exactly which part I want to be colored.
The one with “Почетна”, “Новости”, “Здравје” and etc.
-
This reply was modified 4 years, 7 months ago by
dacoani51.
Hi @dacoani51
Use the CSS below
.top-menu .navigation>li>a {
color: #a53535;
}
Replace the hex code with the color you want.
Best Regards
It looks great, but can i somehow add a background color to that menu bar? I’ve tried to form my own script but I couldn’t create one.
Hi @dacoani51
For that try the CSS below
.top-menu-wrapper {
background: #fff;
}
Replace the hex code with the color you want.
Best Regards