Tagged: x
-
AuthorPosts
-
May 25, 2016 at 4:50 pm #1009848
skylar_kershnerParticipantMy website is http://www.JohnsonRealEstateInc.com
This is usually only a problem on desktop. I have a category “available rentals” for which is my new rentals to in the form of a “post”
Now when I set my featured image for the post it appears correct in the category thumbnail but on the actual post its self when opened it appears as the very first thing and the image is blown up huge. Ive tried editing the size but the image doesn’t appear to change in scale ever. How can I fix this?
May 25, 2016 at 5:21 pm #1009879
skylar_kershnerParticipantI wouldn’t mind even if there is a way to keep the thumbnail on and be able to show in the category but the post itself I wouldn’t mind a way to just take off the image from appearing completely either.
May 25, 2016 at 7:43 pm #1010000
John EzraMemberHi there,
Thanks for writing in! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.
To remove the image use this:
.single .entry-featured { display: none; }To reduce the image size, use this:
.single .entry-featured { width: 50%; margin: 0 auto; }Note: Just change the width value to adjust the size.
Hope this helps – thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1009848 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
