When i view this page on an iPhone in the Vertical orientation
(shutterliving.com/image-sets/)
1. It looks like the link above, Is there a way to remove the date from being shown?
2. Is there a way to make the white box a bit smaller so more of the image can be seen?
Hey Jamie A!
Please add following code to Quick CSS
span.av-masonry-date { display: none; }
.av-masonry-entry .av-inner-masonry-content { padding: 10px; }
Regards,
Yigit
Yigit,
Worked perfectly.
(I have to say this is the best support I have ever had for any theme)!
(would it be easy to change the ‘white’ to transparent say 50% transparency, not sure if that would be complicated to do?)
Hey!
Please add following code to Quick CSS as well
.av-inner-masonry .main_color .site-background { background-color: rgba(255,255,255,0.5); }
Regards,
Yigit
Thanks again, I added the code and cleared cache (on phone and in WP) but did not have any effect?
Hi!
Please add following code to Quick CSS instead
@media only screen and (max-width: 480px) {
.av-inner-masonry-content.site-background {
background: rgba(255,255,255,0.5) !important;
}}
Best regards,
Yigit
Works perfectly. Thanks!