-
AuthorPosts
-
October 15, 2015 at 4:00 am #519021
Hello,
We have arrows icons at the bottom of every page taking you to the next page on our site. On two of the pages “Collaboration” & “Partnership”, the arrow icon is WAY smaller, and gray, than on the other pages (i.e. Approach). Both of the Collaboration & Partnership pages have masonry galleries on them, I don’t know if that’s interfering in some way. Please help.
October 15, 2015 at 12:45 pm #519226Hi creative-expansion!
Have you removed the icons? I cannot see down arrows on your page. Please add them once again so we can look into it.
Regards,
YigitOctober 15, 2015 at 3:02 pm #519353The arrows are right-facing arrows at the bottom of the page, they are showing up very tiny and gray. I just noticed, that if I extend the page out horizontally, it seems to activate the animation for the arrow. It seems to be stuck on a more narrow page.
October 16, 2015 at 4:24 pm #520112Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-3478 #after_section_3 .avia_transform .av_font_icon { opacity: 1 !important; -webkit-transform: none !important; -ms-transform: none !important; transform: none !important; }
Cheers!
YigitOctober 16, 2015 at 5:19 pm #520171The arrow seems to be working on page 3478 (collaboration), but it doesn’t work on page 3576 (partnership) with that code, unless I adjust the page size.
October 16, 2015 at 8:52 pm #520293Hey!
Please change the code to following one
.page-id-3478 #after_section_3 .avia_transform .av_font_icon, .page-id-3576 #av_section_2 .avia_transform .av_font_icon { opacity: 1 !important; -webkit-transform: none !important; -ms-transform: none !important; transform: none !important; }
Best regards,
YigitOctober 16, 2015 at 9:26 pm #520300That didn’t change anything. Thanks.
October 17, 2015 at 7:42 am #520381Hi,
Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.
Best regards,
RikardOctober 17, 2015 at 9:16 pm #520475Here’s the login.
October 18, 2015 at 6:50 am #520517I just noticed….
October 19, 2015 at 9:55 am #520779Hey!
We added this in the Quick CSS field:
.avia_transform .av_font_icon { opacity: 1; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
It will disable the icon animation. Is that OK?
Cheers!
IsmaelOctober 19, 2015 at 5:37 pm #521083Yes, thank you. It’s more important that the arrow is large and black, than animates. We appreciate all of your help.
-
AuthorPosts
- The topic ‘Arrow icons at bottom of page’ is closed to new replies.