[Resolved] Trying to add a "Box Shadow" for Content area

Home Forums Support [Resolved] Trying to add a "Box Shadow" for Content area

Home Forums Support Trying to add a "Box Shadow" for Content area

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #804465
    Dean

    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?

    #804543
    Leo
    Staff
    Customer Support

    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!

    #804574
    Dean

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

    #804595
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.