1. Balmmnd77
  2. Sherlock Holmes
  3. Commercial Templates
  4. Friday, 04 May 2018
  5.  Subscribe via email
hi. i would like to just an image to the header area please thanks.
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend you can add the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

Replace # with the URL to your image...

#container_header, #container_hornav {
background-color: transparent;
}
#body_panel {
background-image: url('#');
background-size: 100%;
background-repeat: no-repeat;
background-position-y: 0;
}
.is-sticky #container_hornav {

background-color: #fff !important;
background-image: none;

}


CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!