Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #51008
    Jan Deelstra
    Member

    I successfully removed the grey borders on the images on all my pages, but not on the blog post images. How do I remove the borders on the blog post images too?

    Additionally, now my (static) home page is not aligned at the top (content center area with the right side bar). The content box seems to have slipped about 3/4 of an inch down…but ONLY on the home page. The others are as they should be. http://www.JanDeelstra.com

    I blame sunspots…and retrograde Mercury…. 😉

    #51016
    Sakin
    Keymaster

    @Jan Deelstra: There is issue in your Custom CSS. I see you have missing closing bracket }. Search for this css:
    img.wp-post-image {

    Then replace it with the following:

    img.wp-post-image {
        border: medium none;
        max-width: 100%;
        padding: 0;
    }

    About your home top alignment. I see that you have remove the slider but there is some contain on it. How did you remove that slider. Did you customize any code. To remove the slider, you can just go to “Appearance => Theme Options => Featured Post Slider => Slider Options” then check option “Disable” in “Enable Sidebar” and save changes.

    Note: I see that you have W3 Total Cache plugin, so after you make all these changes. Go to W3 Total Cache setting and Empty all Cache.

    #51057
    Jan Deelstra
    Member

    You are SOO my hero! Days of pulling out my hair could have been avoided if only I had found you first! Thank you! I had clicked on that “post slider” and then I just forgot that I had done so. Whew. Don’t know if I will ever try again to enable that feature! Maybe when I’m ready to learn some new CSS lessons! Thank YOU!

    #51059
    Sakin
    Keymaster

    @Jan Deelstra: Thanks for your appreciation. It would be great if you could help Catch Evolution theme by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-evolution/

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘remove grey border on blog post image’ is closed to new replies.