test melih
 melih
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • pavit Moderator
    #819082

    Hi

    I attach an image.

    There is no image attached in this topic

    Could you please try again ?

    alederodesign Friend
    #830065

    Sorry,
    here you are the image attached

    Thank you


    1. 13
    pavit Moderator
    #830071

    Hi

    Add this to your custom.css file

    .about-box.about-team .team-items .team-item:hover .team-item-name a, .article-slideshow.about-team .team-items .team-item:hover .team-item-name a {
    color:#222222!important;
    }
    alederodesign Friend
    #830087

    Hello,
    yes this is to hide the hover, but there’s no possibility to disable the hover? Because it is still linkable the title.

    alederodesign Friend
    #835078

    Hello, any other suggestion to the Pavit one? Not to hide but to disable the a:link hover staff title

    Thank u

    pavit Moderator
    #836006

    Open this file /templates/ja_decor/html/com_contact/category/default_items.php and find this code section

    <div class="team-item-info">
    <h4 class="team-item-name">
    <a href="<?php echo JRoute::_(ContactHelperRoute::getContactRoute($item->slug, $item->catid)); ?>">
    <?php echo $item->name; ?>
    </a>
    </h4> 

    Change it to :

    <div class="team-item-info">
    <h4 class="team-item-name">
    <?php echo $item->name; ?>
    </h4> 

    Best regards


    1. Screenshot_101
    alederodesign Friend
    #836098

    Thank you very much. It works

Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 7 replies, has 2 voices, and was last updated by  alederodesign 9 years, 1 month ago.

The topic ‘How to disable the Staff member Title a:hover’ is closed to new replies.