How do I add footer Shadow and pagecontect radius

mrb1972

Active member
Hi,

Does anyone know how I add
1. shadow to footer
2. Add radius to the bottom on he pagecontent (above the footer)

I have tried various thing but cant see to get it to work or find the correct place to edit.

thanks
 
For the footer:
Style Properties -> Footer -> Main Container - Miscellaneous: box-shadow: 2px 2px 5px rgba(0,0,0, 0.4);

For the radius, do you mean the white background?
If so you can do that in Style Properties -> General -> Content: Radius
 
This is how it appears on my test install.

style.webp

I also have this in EXTRA.css
Code:
#content .pageWidth {
background-color: @pageBackground;
}
 
ok I get the footer shadow to work but not the content radius

I have gone to General>Content and put 10px in the border Radius box under All, i guess that is not correct..
 
That's correct.
Unless you change the background-color as I posted above though, you won't see the effect.

Can you provide a link to your site so I can check?
 
Top Bottom