This topic has 2 replies, 1 voice, and was last updated 3 years, 9 months ago by Maria Larsson.
-
AuthorPosts
-
-
Maria LarssonGuestHello team!
I just did what someone else asked for: removed the grayscale on header image with the CSS code you provided and it’s just what I wanted BUT… Now my header text and menu will not show as they are white on a very light background. Is there any possibility to change text color here? Thanks for a lovely theme, used it for years now. -
Spiracle ThemesGuestHi Maria,
You can try the following CSS
@media only screen and (max-width: 2560px) and (min-width: 768px){
.home .navbar-default .navbar-nav > .active > a{
color: #555 !important;
}
}@media only screen and (max-width: 2560px) and (min-width: 768px){
.home .navbar-default .navbar-nav > li > a {
color: #555 !important;
}
}.home button.trans{
border: 1px solid #555;
}.home .btn-default{
color: #555;
}.promo-section{
color: #555;
}Copy and paste this in Appearance -> Customize -> Additonal CSS
Best Regards
-
Maria LarssonGuestBrilliant! You are the best!!!! Thank you again for great support!
-
-
AuthorPosts