Tagged: single post
-
AuthorPosts
-
April 26, 2014 at 10:56 pm #256698
Hello,
How can I remove the link on the picture from a single post?
As you can see here: http://paisagismoonline.com.br/projeto-de-paisagismo-2/
What I mean is I do not want the main post of this page to have a link on the text image.
Thanks.
Fabiana.April 28, 2014 at 5:04 pm #257166Hey faterra!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.single-post .single-small.with-slider .small-preview { pointer-events: none; }
Best regards,
YigitApril 28, 2014 at 5:20 pm #257172Hi Yigit,
I affraid it did not work. What I want is to remove the link from the big picture on the single post.
You can check it at: http://paisagismoonline.com.br
Is right there on the home page, simply scroll down a little.
Thanks.
Fabiana.April 28, 2014 at 5:23 pm #257173Hey!
Code i posted removes the link from this image – http://i.imgur.com/PbttvZL.png
Please add following code to Quick CSS as well.flex_column .template-blog .big-preview.single-big { pointer-events: none; }
Cheers!
YigitApril 28, 2014 at 6:44 pm #257231Is there a way to remove the “feature image” preview from the top blog post page?
Thank you.
April 28, 2014 at 6:45 pm #257232Hey!
You can add following code to Quick CSS to do so
.big-preview.single-big { display: none; }
Best regards,
YigitApril 28, 2014 at 8:12 pm #257283Hi Yigit,
Still no working. i’m sending a image of the page with the link I want removed.
Thank you.
Fabiana.April 28, 2014 at 8:18 pm #257288Hey!
Please try adding !important rule as following
.fullsize .big-preview.single-big { pointer-events: none !important; }
Regards,
YigitApril 28, 2014 at 8:26 pm #257290Hi Yigit,
I must be doing something wrong, because it is still showing.
I’ve added to the theme css the following lines as you suggested.
.single-post .single-small.with-slider .small-preview { pointer-events: none; } .flex_column .template-blog .big-preview.single-big { pointer-events: none; } .fullsize .big-preview.single-big { pointer-events: none !important; }
Every time I do some change, I empty all caches, to see if it’s ok.
Thank you.
Fabiana.April 28, 2014 at 10:08 pm #257327Thank you Yigit – that worked for me!!
April 29, 2014 at 3:16 pm #257675April 29, 2014 at 3:50 pm #257690This reply has been marked as private.April 29, 2014 at 4:06 pm #257692Hi!
I have just logged in and check and it is working fine on my end. I have not added additional custom CSS code. Please flush browser cache and refresh your page a few times
Regards,
YigitApril 29, 2014 at 4:17 pm #257700Thanks so much Yigit.
It´s working the way I want.
You are great!
Best regards.
Fabiana. -
AuthorPosts
- The topic ‘Remove Link from single post picture.’ is closed to new replies.