I'm trying to modify to color of the text logo and slogan with no success. I added these lines to custom css but they are ignored.
.logo-text .site-slogan {
color: #cc9900;
}
.uber-header.header-4.light-color .logo .logo-text > a {
color: #0000ff;
}
Please review and guide. Thanks in advance.