Hello guys,
i would like to style the title tag in the mansory gallery if i mouse over a picture.
Please check at my website.
http://www.vertikahl.com/arbeiten/
As you can see i have 2 different styled text lines. First line: Name of the Project
Second line: Client name
On mouseover the title tag suddenly appears. I would like to delete the html stuff because it looks not very nice.
Can you help me?
Best regards
vertikahl
Hi vertikahl!
I’m not sure what you mean by “delete the html stuff”. Are you trying to hide the title?
I found this in your custom CSS so it looks like you already figured out how to style it.
.av-masonry-entry-title.entry-title {
font-size: 18px !important;
}
.av-masonry-entry-title.entry-title {
color: #ffffff;
font-family: "ViaSans";
font-size: 20px;
}
Cheers!
Elliott
Problem is solved! Thank you.