Okay
  Public Ticket #159394
Header background problem
Closed

Comments

  • barbara started the conversation
    Hi, I always have the problem: when I want create a background header, and when I preview, we can see a second same picture on the right. You can see in the attachement. Do you have an idea? A css code? A setting? Thank you very much. Barbara.
  •  1,069
    ThemeNectar replied

    Hey Barbara!

    Add this into your Custom CSS box located in your Salient Options panel:

    #header-outer {
       background-repeat: no-repeat!important;
    }