Tagged: titlebar
Can the title bar background color be changed along with the font color?
Hey Jeffrey,
Please try the following in Quick CSS under Enfold->General Styling:
.title_container {
background:green;
}
.main-title a {
color:red;
}
Best regards,
Rikard
1. That works for the background but I need a hex code value. …???
2. It didn’t work for the font color.
no phantasie on replacing the color to a hex-code color?
choose yourself: here
.alternate_color.title_container {
background-color: #176e0e;
}
.alternate_color.title_container * {
color: #fff !important;
}
the asterisk defines all following childs with that font color: so title and breadcrumb are then influenced.
Didn’t work at all 007
i need to see your site
Hi JeffreySummers,
Please link to where we can see the results you are getting.
Best regards,
Rikard
Basically, any page. Your code sits in my Quick CSS input field. Didn’t change anything. 007s did change the background color but not the font. But I’m repeating myself.