Remove link - Acme Themes
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #16327
    cule4life
    Participant

    Hello,

    i would like to remove the link from Widget AT Post Column. is it posible?

    Best regards
    Alex

    #16340
    acmesupports
    Moderator

    Hello cule4life,
    Thank you so much for using our theme MercantilePro. AT Post Column widget is designed for blog post display and we think that the blog post will have the clickable content. If you don’t need the link, you can customize the theme. Find the widget codes on acmethemes/sidebar-widget/acme-col-posts.php file.
    Let us know if you have any confusion.

    Regards

    #16341
    cule4life
    Participant

    Hello, thanks for the fast reply.

    I found the file but i can’t find in the code where to change/remove. Could you guys help?

    #16353
    acmesupports
    Moderator

    If you are not able to customize the theme codes, please add the below CSS codes on Appearance > Customize > Additional CSS

    .widget .blog-item article.post .content-wrapper {
        pointer-events: none;
    }

    Hope, this will help you to remove the clickable on that section.

    Thank you

    #16372
    cule4life
    Participant

    Thanks that worked fine! 🙂

    #16374
    acmesupports
    Moderator

    Nice to know that your problem is solved.

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