Eliminate Boxy Look

  • accuratecommunications

    #9075

    Hi:

    I am building my new site around the Graphene theme. However, there is one thing that I would like to change and I don’t know how.

    I would like to find a custom CSS that would eliminate the gray box that Graphene creates around every single image. This happens in the blog section and on individual pages (see screen captures here: http://www.accuratecommunications.com/graphene-issues/screen-capture-1.png, http://www.accuratecommunications.com/graphene-issues/screen-capture-2.png )

    On individual pages I just went to each image and set the border width to cero. But my blog section was imported from a previous WordPress installation and it has over 250 posts and hundreds of images. So I would like to fix this with a custom CSS that would change everything in one sweep.

    Does anyone know how?

    Anonymous

    #42728
    .wp-caption, img {
    background: none !important;
    border: none !important;
    }

    Please search the forum before creating another thread. This question has been answered several times before.

    Mod

    Kenneth John Odle

    #42729
    Quote:
    eliminate the gray box that Graphene creates around every single image

    Please note that it is WordPress that creates this, not Graphene.

Viewing 3 posts - 1 through 3 (of 3 total)

  • You must be logged in to reply to this topic.