Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • mazhar shah Friend
    #966090

    On the doctors page the listing boxes for the items all have a drop shadow when you hover the mouse over them.

    What css class can I use to recreate this effect on other box containers on other joomla pages on my site`
    <div CLASS????> some content

    
    so if I hover over the box it gives the drop shadow effect.
    Pankaj Sharma Moderator
    #966222

    Hi
    The class used :catItemView

    You can apply custom class and apply the style code for shadow via custom.css file .
    Here is the code

    .itemListView .itemListDoctors .itemContainer .catItemView:hover {
        -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
        box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
        -webkit-transition: box-shadow 150ms;
        transition: box-shadow 150ms;
    }
Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 1 reply, has 2 voices, and was last updated by  Pankaj Sharma 8 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum