Background Image Withoutboxed Layout is Impossible - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Background Image Withoutboxed Layout is Impossible

hughes

hughes

Helix Framework 2 years ago

In HUltimate is impossible to load a SITE background image without the boxed layout

https://www.ceaverona.eu/newsite/index.php/chi-siamo

0
6 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #123202

Hi, yes, becuase of width of container.

But anytime you can add bg image using custom CSS, just use simple CSS.

For example set BG Image for that ID

#sp-main-body { }

and before you would ask me how? Read:

0
hughes
hughes
Accepted Answer
2 years ago #123204

have a code to add? I'm not able with css...

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #123205

Oh.... we cannot teach CSS here for obvious reasons :/

For example

#sp-main-body { 
  background-image: url("images/background.jpg");
    background-repeat: no-repeat;  
    background-position: top; }

rename file name used in my example to current one, images/Foto-sala-per-sezione-Teatro-1.jpg


https://www.w3schools.com/css/tryit.asp?filename=trycss_background-image_position

there are tons of guides in Italian language, you can still learn new things.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #123207

OK, I will check what you did wrong.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #123208

Now is working fine, you have bg image on subpages. I guess you updated CSS.

Screenshot 2023-07-18 at 19-00-44 Un Po' di Storia.png

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #123209

but please improve (increase) contrast between bg color and font color, now is TOO LOW.

Think about accessibility - also older people with weak eyes. It's hard to read for them.

Screenshot 2023-07-18 at 19-02-57 Un Po' di Storia.png

0