[Resolved] Make a box around posts on blog and all categories

Home Forums Support [Resolved] Make a box around posts on blog and all categories

Home Forums Support Make a box around posts on blog and all categories

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1343457
    Joey

    I have a setup where the blog page has drop shadow border around the posts, as follows.

    .blog .inside-article {
        box-shadow: 0 5px 5px #C0C0C0;
    }

    How can I apply this code not only to the blog, but also to all category pages? Sorry, I’m missing something simple but can’t find it in the forums.

    #1343580
    David
    Staff
    Customer Support

    Hi there,

    first line of your CSS:

    .blog .inside-article {

    change to:

    .archive .inside-article,
    .blog .inside-article {
    #1343986
    Joey

    .archive was the missing code I was looking for. Thank you very much.

    #1344332
    David
    Staff
    Customer Support

    Glad to be of help

    #1390182
    Joey

    Forgot to mark as resolved.

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