-
AuthorPosts
-
May 16, 2020 at 11:18 pm #1213677
Hello, I’ve found a few topics on this issue but none of them seem to work in my case. My mobile header seems to be inheriting the color from my desktop selection and I can’t change it. I believe there may be a conflict somewhere. I’ve tried this code in my quick css panel but it didn’t work. Any help would be greatly appreciated.
@media only screen and (max-width: 767px) {
#header_main {
background:red;
border-bottom:none;
}
}May 17, 2020 at 3:48 am #1213712Hey Solan,
Add this to quick css:
@media only screen and (max-width: 767px){ #top #wrap_all .av_header_transparency { background:red!important; }}
Best regards, Jordan Shannon
May 17, 2020 at 4:37 am #1213730Hi Jordan, thanks fro your reply. Unfortunately it didn’t work. If there was a conflict regarding the mobile header color where of what could it be? FYI: here’s the code from my Quick CSS:
@media only screen and (max-width: 720px) {
.responsive #top #wrap_all #header_main .main_menu .social_bookmarks {
display: block !important;
}}
@media only screen and (max-width: 767px){
#top #wrap_all .av_header_transparency {
background:red!important;
}}#menu-item-search {
display: none;
}.big-preview img {
max-width: 60% !important;
height: auto !important;
}
.big-preview img {
display: block;
margin-left: auto;margin-right: auto;
}#top .social_bookmarks li a {
color: #808080 !important;
}
.avia-mailchimp-form input[type=’submit’] {
background-color: #11202a !important;
}May 17, 2020 at 4:59 am #1213740Hi,
Add my code to the very top of quick css and clear the cache a few times over. Also, please screenshot the exact area you need fix so I know we’re talking about the same thing.
Best regards,
Jordan ShannonMay 17, 2020 at 8:42 pm #1213862Jordan, it appears to have worked. I moved the code to the top of the quick css window and as of this morning it worked.
Here’s the weird part and I hope you can help explain why it takes a while for the changes to happen. I looked at the site on my iPhone this morning and I see the header is red, so your css code worked. Then, I changed the color to #FFFFFF and the header changes to white on all pages EXCEPT the home page no matter how many times I clear the cache. I think it might be missing a step somewhere.. I’m testing the site using Safari and Chrome on my iPhone but even after I clear the cache in each browser or use an Incognito window on Chrome, I don”t immediately see the changes. Am I missing something here? I know this isn’t exactly an Enfold issue but if you could help me out I’d appreciate it.
SOLVED: I’m posting this in case someone else has the same issue. I circled back to the WP option: Appearance/Menus and unchecked the Enfold Child secondary Menu option and the Home page menu immediately changed to white matching the other pages.
- This reply was modified 4 years, 6 months ago by Solan.
May 18, 2020 at 7:59 pm #1214107Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Change Color of Mobile Header Background’ is closed to new replies.