Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8789
    rxcosta
    Member

    1) When I place an image in a blog post, I get a thin border around the image – how can I remove this?

    2) Has anyone figured out a way to rotate the header logo / image with the Catch Box theme?

    Thanks!

    #8810
    Sakin
    Keymaster

    1) When I place an image in a blog post, I get a thin border around the image – how can I remove this?
    — Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    img[class*="align"], img[class*="wp-image-"], #content .gallery .gallery-icon img, img.wp-post-image, img.attachment-thumbnail {
        border: medium none;
        padding: 0;
    }

    2) Has anyone figured out a way to rotate the header logo / image with the Catch Box theme?
    — I don’t understand this. You can change your header logo from “Appearance => Header”

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Borders, and Headers’ is closed to new replies.