Site logo

Archived topic

Trying to add a "Box Shadow" for Content area

3 replies · Started by Dean on February 7, 2019

Viewing posts 1–4 of 4

Hello ... I'm trying to add a small "Box Shadow" to the Content area.

I've successfully added a small "Box Shadow" to the Sidebar widgets with the following code in the "Additional CSS" area;

.sidebar .widget { box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.5); }

For a Content area Box Shadow, I've tried adding the following to "Additional CSS" but it doesn't work;

.content { box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.5); }

.... is it possible to get a quick hack/fix to my ".content" box shadow code?

Hi there,

Try .inside-article as the selector.

If this doesn't work any chance you can provide the password to view your site?

Thanks!

Hi Leo ... your fixed worked perfectly - exactly what I was looking for ... thanks.

No problem :)

This archived topic is closed to new replies.