1. info@mwg-design.com
  2. Commercial Templates
  3. Tuesday, 13 February 2024
  4.  Subscribe via email
Im using Natalie, Joomla 4, is it possible to add a Background image to the whole page as opposed to adding just a module image and if so How is it done?
Thank you
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

By default this option is not available. You could try setting it with some custom CSS which would look something like the following (replace # with the URL to your image).

body {
background-image: url("#");
background-attachment: fixed;
background-size: cover;
}
#container_main {
background-color: transparent;
box-shadow: none;
}


Ciaran
  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!