Tagged: 

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #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.

    #257166

    Hey 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,
    Yigit

    #257172

    Hi 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.

    #257173

    Hey!

    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!
    Yigit

    #257231

    Is there a way to remove the “feature image” preview from the top blog post page?

    Thank you.

    #257232

    Hey!

    You can add following code to Quick CSS to do so

    .big-preview.single-big { display: none; }

    Best regards,
    Yigit

    #257283

    Hi Yigit,

    Still no working. i’m sending a image of the page with the link I want removed.

    Img

    Thank you.
    Fabiana.

    #257288

    Hey!

    Please try adding !important rule as following

    .fullsize .big-preview.single-big { pointer-events: none !important; }

    Regards,
    Yigit

    #257290

    Hi 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.

    #257327

    Thank you Yigit – that worked for me!!

    #257675

    Hey!


    @faterra
    Do you mind creating a temporary admin login and posting it here privately so i can take a look?

    @jcstone3
    Awesome! glad we could help :)

    Best regards,
    Yigit

    #257690
    This reply has been marked as private.
    #257692

    Hi!

    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,
    Yigit

    #257700

    Thanks so much Yigit.

    It´s working the way I want.

    You are great!

    Best regards.
    Fabiana.

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Remove Link from single post picture.’ is closed to new replies.