Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #500046

    Hi!
    Please how can I show the titles of a portfolio grid when I put the mouse over the items? I have check the forums information and I just achieve to change the opacity of the items when I put the mouse over it but the titles doesnt appear :(
    I´ve used this code:
    .image-overlay {
    background: #000000;
    }
    .grid-image:before {
    content: attr(title);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000;
    text-align: center;
    opacity: 1;
    font-weight: 200;
    font-size: 24px;
    color: #ffffff !important;
    top: 50%;
    }
    .grid-image:hover:before {
    opacity: 0.1;
    }
    .grid-image:before{
    transition: all linear 0.2s;
    }
    .grid-content {
    display: none !important;
    }

    Thank you!

    #500344

    Hi matxxu!

    I think your CSS should not effect any titles not showing up. How did you do it for the item where title is working fine? we would need admin access to have a deeper look into it. post login details here as private reply.

    Best regards,
    Andy

    #500712

    Hi Andy!
    In that case, when you enter in the portfolio, i didnt do anything because its a feature of the color section module, attached the screen print, so, I would like to have the same effect but on the portfolio grid showed at home page.
    http://gorkadelagranja0.vl17156.dinaserver.com/wp-content/uploads/2015/09/image-caption1.jpg

    Thank you!

    #501506

    Hi Andy!
    something wrong with the username I posted you? I dont receive anything yet…
    Thank you!

    #502746

    Hey!

    refuse from bumping into your own thread, because it pushes your thread behind in our queue and it gets marked as “answered”.
    Unfortunately there is no function in portfolio grid for any captions on hover. You would need to hire a freelancer if you really need it.

    Cheers!
    Andy

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