How to make the picture items of the blog section clickable ? - Acme Themes

Best Premium and Free WordPress Themes Forums Construction Field Pro How to make the picture items of the blog section clickable ?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #54924
    Julien THERIN
    Participant

    Hello,

    How to make the picture items of the blog section clickable ? https://www.screencast.com/t/s294jqNG4L

    It seems that link is well there in the HTML code but the images are not clickable.

    Thank you for your feedback 🙂

    #55097
    acmesupports
    Moderator

    Dear Julien,
    By default, the image of the blog section is not clickable so if you want this feature then it will require theme customization.

    Best Regards!

    #55098
    Julien THERIN
    Participant

    I see that links are well present in the HTML code : https://www.screencast.com/t/2hhKMmBQ

    Is it overriden by javascript or somehow else ?

    Thanks for your feedback

    #55266
    acmesupports
    Moderator

    Dear Julien,
    There is a theme bug but the picture can be made clickable in the blog section. Image overlay black transparent color will hide. If you are okay with this you can use the following CSS code. Please add it on Additional CSS.
    Appearance > Customize > Additional CSS

    .post-thumb .all-link {
       position: relative;
       z-index: 2;
    }

    Note: Theme bug will be fixed in its next update.

    Best Regards!

    #55624
    Julien THERIN
    Participant

    Thanks, it’s perfectly working now.

    Best regards,

    #55663
    acmesupports
    Moderator

    Dear Julien,
    You are Most Welcome 🙂
    Best Regards!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.