• Resolved camillaangelica1

    (@camillaangelica1)


    Hi,

    I would like to remove the link on my “employee” area′s

    can you help with that ? ??

    thanks

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello, you can try to do this with jQuery.

    1. Install and activate Insert Headers and Footers plugin that will allow you to insert JS (jQuery) code.

    2. Go to Settings → Insert Headers and Footers section, add the following code to Scripts in Header field, and click Save button.

    <script>
        jQuery(document).ready(function(){
            jQuery('.atframework_employees_widget .employee-title a').removeAttr('href');
        });
    </script>

    Please feel free to ask any other questions that you might have.

    Kind Regards, Roman.

    Thread Starter camillaangelica1

    (@camillaangelica1)

    Perfect thanks ??

    You are welcome!

    It would be nice if you mark this topic as Resolved ??

    Kind Regards, Roman.

    Thread Starter camillaangelica1

    (@camillaangelica1)

    done ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘remove “employee” link’ is closed to new replies.