Reply To: White background for top logo?

#3303
Nexus
Moderator

You can change the header color in “Background for Header Area” in the “Theme Options > Backgrounds”.

For the logo issue, Please put the following code into custom css of theme options

@media only screen and (max-width: 767px) {
  #site-logo { 
    top: -5px; 
  }
}