-
AuthorPosts
-
May 18, 2019 at 10:49 am #1102026
Hi all,
it´s possible to hide the featured blog image at the blog post? Because I only want to show the featured blog Image in the blog layout an not in the blog post directly. Because the size there is too small and I dont want that people can click on this and then they come to the authors bio.
Thank you very much.
Best,
HarryMay 18, 2019 at 3:30 pm #1102055Hey gharry79,
Yes this is possible with css using:your-class { display: none !important; }
but there are a few variables, so it would be easier to see an example post in your post type to suggest a compete css solution.
Please link to your example post in the Private Content area.Best regards,
MikeMay 19, 2019 at 12:08 pm #1102250Hi Mike,
I added now a featured Image. And there you can see the example: https://www.freidenka.at/koennen-sie-sich-bei-der-vermarktung-ihres-unternehmens-allein-auf-organische-social-media-verlassen/. I only want to show the featured image at the main blog site: https://www.freidenka.at/blog/and not in blog post themselve.
Thank you.
Best
HarryMay 19, 2019 at 2:42 pm #1102282Hi,
Thank you, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#top.single-post .big-preview { display: none !important; }
Best regards,
MikeMay 19, 2019 at 2:57 pm #1102287Oh yes it works. Many thanks Mike. That´s perfect.
Do you know where I can find a support for customize the comment form captions. Please take a look here: https://www.freidenka.at/koennen-sie-sich-bei-der-vermarktung-ihres-unternehmens-allein-auf-organische-social-media-verlassen/ Some settings are wrong here, because the text overlapping another text.
Or do you have some ideas?
Many thanks Mike.
Best,
HarryMay 21, 2019 at 3:26 am #1102651Hi,
If I understand correctly the text “Geben Sie den obigen Text ein:” is overlapping the “name” label, when it should be below the captcha, correct?
To correct this Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#commentform > label, .comment-form-captcha > label { position: relative !important; left: 15px !important; } .comment-form-captcha span.required { display: none !important; }
Best regards,
MikeMay 23, 2019 at 4:03 pm #1103697Perfect, it works.
Thank you very much Mike.
Can I add in the Additional CSS fields more codes if I want to change something?
Best,
HarryMay 23, 2019 at 11:36 pm #1103816Mike, it´s also possible to hide the featured Image if I go to the categories. Here is what I mean: https://www.dropbox.com/s/co176jv2e337auk/samo.jpg?dl=0
If I go to the categories, then I get this.
I want to delete the featured Image here as well.
Thank you.
Best HarryMay 24, 2019 at 3:22 am #1103840Hi,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#top.category .big-preview { display: none !important; }
Best regards,
MikeMay 29, 2019 at 7:45 am #1105071Thank you Mike, it works perfect,
Best,
HarryMay 29, 2019 at 1:46 pm #1105144Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
Mike -
AuthorPosts
- The topic ‘Blog Style’ is closed to new replies.