Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Indianbeautyreviews

    (@indianbeautyreviews)

    Yes the Theme is Twenty Elevn, sorry I mentioned Twenty ywelve.
    I tried changing the background to #fffff but it doesnt reflect the change.

    .wp-caption {
    	background: #fffff;
    	margin-bottom: 1.625em;
    	max-width: 96%;
    	padding: 9px;
    }

    Thread Starter Indianbeautyreviews

    (@indianbeautyreviews)

    Thank you but I couldnt get it to work!
    This is the code that I have right now in my child theme stylesheet pertaining to images

    /* Image borders */
    img[class*="align"],
    img[class*="wp-image-"],
    #content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
    border: 0px solid #ddd;
    padding: 6px;
    }
    .wp-caption img {
    border-color: transparent;
    }
    a:focus img[class*="align"],
    a:hover img[class*="align"],
    a:active img[class*="align"],
    a:focus img[class*="wp-image-"],
    a:hover img[class*="wp-image-"],
    a:active img[class*="wp-image-"],
    #content .gallery .gallery-icon a:focus img,
    #content .gallery .gallery-icon a:hover img,
    #content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
    background: none;
    border: none;
    }
    .wp-caption a:focus img,
    .wp-caption a:active img,
    .wp-caption a:hover img {/* ... including captioned images! */
    background: none;
    border-color: none;
    }

    Tried changing the border color but its not getting reflected.

Viewing 2 replies - 1 through 2 (of 2 total)