Limited Time Offer | Get 10% OFF on All Themes Package. Use Coupon Code GRC10 Buy Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

Remove # link on Section 7 (ourclients)

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #4777
    Vinicius
    Participant

    I want to show only images on the Section 7, but even removing the link tag on the section content it keeps with a link to “#” on the frontend.

    I’d tried to find it in the CSS code but it haven’t possible.

    How to do that?

    Print 1
    Print 2

    #4785
    Grace Themes
    Member

    Hi Vinicius

    To remove the the links for Section 7

    Go to Appearance -> Editor -> inc/custom-functions.php

    at line no. 1038 you will find the below code

    return '<li><a href="'.$link.'" target="_blank"><img src="'.$image.'" /></a></li>';

    Now replace this code with this code

    return '<li><img src="'.$image.'" /></li>';

    Please do this changes and let me know your feedback.
    If you are still getting any problem, you can send your website URL and WordPress admin login details for temporary at [email protected] so we can check and assist you.

    Regards
    Grace Themes

    #4841
    Vinicius
    Participant

    It worked, but it’s still interacting with the mouse pausing the carousel when the cursor is above any image. Actually it’s not an issue, but if is an easy way to make it to not interact with the cursor at all would be better.

    Thanks

    #4842
    Grace Themes
    Member

    Hi Vinicius

    To solve this issue
    Go to Appearance -> Theme options -> Basic Settings -> Custom CSS
    and use below css code in custom css box

    .nbs-flexisel-item img { cursor: default; }

    Regards
    Grace Themes

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