Tagged: caption
-
AuthorPosts
-
September 1, 2016 at 5:54 am #680465
Hello! I wasn’t able to find anything with instructions for updating this. Can you please help me update a few things on the captions for a masonry gallery.
1. Change the caption animation from the Flip X to a Fade In Up.
2. Remove the arrow
3. Add 1px in width to remove the extra space shown in the image below.
Thank you for your help!
September 2, 2016 at 6:57 am #681146Hey Rachel,
Could you post a link to the site in question so that we can take a closer look please?
Regards,
RikardSeptember 2, 2016 at 8:16 am #681178Here is a link, site is WIP for now, thanks!
http://chrisgallop.com/blog/#work-
This reply was modified 9 years, 2 months ago by
raylay.
September 2, 2016 at 11:17 am #681222Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.av-inner-masonry .avia-arrow { display: none !important; } .av-caption-on-hover .av-masonry-item-with-image .av-inner-masonry-content { opacity: 0; filter: alpha(opacity=0)!important; } .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content { -webkit-transform: rotateX(0deg)!important; transform: rotateX(0deg)!important; }Best regards,
VinaySeptember 5, 2016 at 11:38 pm #682377Almost there, but you can still see the width is 1px too small. How can I increase the width?
September 8, 2016 at 6:58 pm #683845Hi,
Please change the last block of code to :
.av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content { -webkit-transform: rotateX(0deg)!important; transform: rotateX(0deg)!important; width: calc(100% + 1px); }Best regards,
VinaySeptember 9, 2016 at 8:41 pm #684344Worked perfectly! Thank you!
September 11, 2016 at 7:44 am #684679 -
This reply was modified 9 years, 2 months ago by
-
AuthorPosts
- The topic ‘Change Caption animation and size’ is closed to new replies.
