Tagged: x
-
AuthorPosts
-
July 4, 2016 at 6:16 am #1071331
el3ctrofuzzParticipantHi All,
I’ve been here alot the last few days! Thank you for the best support I have ever received, honestly – this place is no joke!
On the blog, I like have the featured image below the title. My solution for this so far has been to use CSS to remove the actual Featured Image, and add the image manually into the post text. It might not be the best method, but it seems to work (and I’m open to suggestions!)
So I need help to:
1. Remove Featured Image from only POSTS pages (so featured image will still show elsewhere – if required)
[ http://www.rustypeg.co.uk/site/cornish-e9-repeat-and-fa-for-alexis-perry/ ]2. (and more importantly) Remove the manually inserted image from the news page (I have tried using the .alignnone selector, to no avail)
[ http://www.rustypeg.co.uk/site/news/ ]Thanks you again for your help in advance.
Love you!
July 4, 2016 at 6:52 am #1071363
ChristianModeratorHey there,
1. Please add the code below in your Appearance > Customize > Custom > CSS
.single .entry-featured { display:none; }2. Please add
.blog .entry-content img { display: none; }Hope that helps. 🙂
July 4, 2016 at 7:22 am #1071400
el3ctrofuzzParticipantThis reply has been marked as private.July 4, 2016 at 7:41 am #1071431
ChristianModeratorThat is because you have a syntax error in your CSS. You didn’t close
@media (max-width: 950px){Please close it with
}Thanks.
July 4, 2016 at 8:07 am #1071465
el3ctrofuzzParticipantAha! Thanks.
Oddly, now the menu closes up to become the mobile menu. i did make adjustments to this ages ago. I madeit so the menu would close to the Icon at about the time the menu collides with the logo.
Now I’ve closed it with @media (max-width: 950px){}, the menau doesnt behave properly.
July 4, 2016 at 8:29 am #1071500
JoaoModeratorHi There,
You have closed the media query @media (max-width: 950px){} on the wrong place.
The code that affects the navbar needs to be inside this code, you closed just after the media query open without code inside, so the navbar coden that was below did not have the condition of affecting just below 950px and is affecting the whole website.
You need to move your closing }
Please see img attached.
Hope that helps
Joao
July 4, 2016 at 8:37 am #1071524
el3ctrofuzzParticipantAhhhhhh!
Rookie error. Thank you! Deadline today, im rushing too much!
July 4, 2016 at 9:08 am #1071559
ChristianModeratorYou’re welcome. Glad we could help. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1071331 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
