Hi,
Is there anyway to make the background of item titles to be transparent?
http://www.markhuphotography.com/p2
Thanks!
Mark
Hi Mark!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.grid-content, .grid-content * {
background: transparent!important;
}
Regards,
Yigit
Thanks Yigit,
I forgot there is still a gray border, can you help make the border disappear?
Thanks for the help!
Mark
Hey!
Please add following code to Quick CSS as well
.grid-entry .inner-entry { box-shadow: none; }
Cheers!
Yigit
It’s OK now, thanks for the help!