PLeas help me Hide Featured Image Within PAGES

Home Forums WordPress Themes – Premium Flat Responsive PLeas help me Hide Featured Image Within PAGES

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #16817

    Hi,

    I use WP Touch Pro for mobile and use featured images on the pages to make viewing on mobile more pleasant – however!! I dont want the featured image to appear at the top of the page when you go into it. The post pages are find i can hide those easily – but how do i hide featured images on PAGES when its being viewed on the web.

    Please help!!!

    #22100
    Sushil Adhikari
    Moderator

    Hi There,
    If you want to hide the feature image with the help of the plugin, then please consult to the plugin author or if you want to hide the feature image from your site then you can use the following css:

     .page-thumbnail img {
    display: none;
    }

    Note: Please use the custom css plugin or child theme to write css.

    Thanks

    #22105

    This REALLY isn’t working!

    I want to hide on web version yes – so this is what i need, but im placing this code into the style.css in the parent and the child and its stil showing me the image online – its VERY frustrating!

    #16818

    fixed, thanks

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