Okay
  Public Ticket #151070
Header Background Tile/Texture
Closed

Comments

  • Scott started the conversation
    How can i add a texture/tile to the background of the header (Instead of white)?
  • Scott replied

    I didn't mean to set this thread as private.   If you want to set it as public you can.   I like to contribute to the developer's KB.

  •  982
    ThemeNectar replied

    Hey Scott! :)

    You could accomplish this by adding this to your custom css box in the salient options panel:

    #header-outer {
       background-image: url('img-src.jpg');
    }

    Cheers!