1. Irinel Popp
  2. General
  3. Wednesday, 24 October 2018
  4.  Subscribe via email
I want to add a background image to the template serenity in modul base.
via template settings this is possible for the modules top, bottom, but not for base.
Is there a way to do this?
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 a URL to your image.

#container_base {
background-image: url('#);
background-size: cover;
}
#container_footermenu, #container_copyright {
background-color: transparent;
}


Ciaran
  1. more than a month ago
  2. General
  3. # 1
  • Page :
  • 1


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