-
AuthorPosts
-
September 8, 2015 at 6:05 pm #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!
September 9, 2015 at 12:46 pm #500344Hi 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,
AndySeptember 9, 2015 at 8:21 pm #500712Hi 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.jpgThank you!
September 11, 2015 at 10:15 am #501506Hi Andy!
something wrong with the username I posted you? I dont receive anything yet…
Thank you!September 14, 2015 at 2:27 pm #502746Hey!
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 -
AuthorPosts
- You must be logged in to reply to this topic.
