Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3812411
Disable link on featured image
Open

Comments

  • Elbufflor started the conversation

    Hello,

    I want to disable link on featured image on single post.

    Is it possible?

    Thx

  •  2,786
    PenciDesign replied

    Hi,

    Please send me the single post URL.

    Regards,
    PenciDesign.

  •   Elbufflor replied privately
  •  2,786
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .container-single .post-image a {
      pointer-events: none;
    }

    Regards,
    PenciDesign.