-
AuthorPosts
-
October 22, 2014 at 4:45 pm #339554
On our main blog page, we want to remove the image above the blog article, but still keep the small icon image to the left of the article title in the sidebar, is this possible? Thanks in advance for your great support.
October 22, 2014 at 4:55 pm #339559Hi ejo14!
Sure, please add following code to Quick CSS in Enfold theme options under General Styling tab
.blog .big-preview.single-big { display: none; }Cheers!
YigitOctober 22, 2014 at 6:17 pm #339631Thanks so much for the help, sorry I didn’t clarify, but can you also send the code to remove it from the top of the actual blog post as well please?
October 22, 2014 at 6:18 pm #339634Hi!
Please use following code instead
.big-preview.single-big { display: none !important; }You can also edit your blog post and check not to display featured image on single post – http://i.imgur.com/h76eUKS.png
Best regards,
YigitOctober 22, 2014 at 10:59 pm #339787Hi
How can I disable the link on images in my Blogposts. I don`t use the function to increase the blogimages.
Thx for the answer
Best regards, Diana
October 22, 2014 at 11:38 pm #339814Hi Diana,
Can you post the link to your blog page or a blog post please?
Regards,
JosueOctober 23, 2014 at 12:20 am #339833This reply has been marked as private.October 23, 2014 at 12:23 am #339837Hey!
Try adding this code to the Quick CSS:
.single .big-preview a { pointer-events: none; }Cheers!
JosueOctober 23, 2014 at 8:19 am #339951Thank you very much, it works!
October 23, 2014 at 10:11 am #339981Oh but on other monitors it doesn`t work, there is still the link.. what can I do?
October 23, 2014 at 10:19 am #339986Ok the reason is, that it doesn’t take the style.css changes in the firefox Browser.. why not? Thx for helping me
October 23, 2014 at 12:48 pm #340043Hi!
@atelier_interaktiv Can you post the link to your website please? Have you tried flushing browser cache after applying custom CSS code?Regards,
YigitOctober 23, 2014 at 1:29 pm #340074This reply has been marked as private.October 23, 2014 at 1:31 pm #340075yes I tried flushing the browser cache..
October 23, 2014 at 6:25 pm #340283Hi!
Change the location of the link-disabling snippet, put it at the very start, after this:
/* Theme Name: Enfold Child Theme URI: http://example.com/enfold-child/ Description: Enfold Child Theme Author: netfang Author URI: http://example.com Template: enfold Version: 1.0.0 Tags: Text Domain: enfold-child */Best regards,
Josue -
AuthorPosts
- You must be logged in to reply to this topic.
