My site shows up fine a computer screen.
On a mobile screen, my site has a white background header and burger icon above the image. How do I either
1) Hide this header and display my logo or
2) Make the header area black so my logo shows
Thanks in advance
Hey karthik16,
Add this to quick css:
@media only screen and (max-width: 989px){
#top .av_header_transparency #header_main{
background:#000!important;
}}
Best regards,
Jordan Shannon
Hi Jordan,
That did not fix the issue. I still see a white header on small screens.
Thanks
Hi karthik16,
Can ou try adding this in Enfold > General Styling > Quick CSS:
@media only screen and (max-width:767px) {
.responsive #top #wrap_all #header {
background-color: black;
}
}
Best regards,
Nikko