Hello,
Two weeks ago I asked to display the title in the picture of the fullwidht masonry, I want to sdo now the same but for the portfolio grid, probably it is only changing some small things, but I don’t know exactly which one, can someone help me?
This was the topic for the fullwidht masonry:
——————————————————————————————————————————————————————-** Converstation can be found on this topic – https://kriesi.at/support/topic/display-title-always-in-fullwidth-masonry-with-transparent-background/ **
Hey PanInternational!
Please add following code to Quick CSS as well
.grid-content {
margin-top: -54px;
background-color: transparent!important;
}
.grid-entry .avia-arrow { display: none; }
.grid-entry-title {
background-color: transparent!important;
color: white!important; }
You may need to adjust the Margin-top value
Cheers!
Yigit