Hello. Is there a way to change the background colors and font colors of the Logo/Menu + Social Icon/Menu area in the Theme options panel? I could not find such settings, so I assume they need to be modified via css. Is there any examples that have been created yet, for example, to have a darker logo/menu and top bar area? Thanks.
Any suggestions please?
Hi,
You can start with these codes. Place them on your Quick CSS or custom.css
#header_main {
background: #585858;
border-color: #2B2B2B;
}
#header_meta {
background: #585858;
border-color: #2B2B2B;
}
.header_color ul {
border-color: #2B2B2B;
}
.menu-item a {
color: white !important;
}
You can also edit the color theme on Theme Options > Styling > Click on the Header tab.
Regards,
Ismael