-
AuthorPosts
-
December 23, 2016 at 1:03 am #727744
Hi!
I just finished a website with Enfold and love the functionality! Still, I have three little things I’d like to change:
– the animation of the fullscreen slider text, how can I do that?
– the hover color of my navigation should be orange. I managed to change it for the sticky header but not for the main menu
– the social icons on the bottom of the page (contact section) should have an orange hover too, what is the code for that?Thanks:)
HannaDecember 24, 2016 at 9:53 pm #728164Hey HannaVogt,
1- Can you please elaborate on the changes you would like to make?
You can add following code to Quick CSS to disable the animation.avia_transform .av_slideshow_full .active-slide .avia-caption-content, .avia_transform .av_fullscreen .active-slide .avia-caption-content,.avia_transform .av_slideshow_full .active-slide .avia-caption-title, .avia_transform .av_fullscreen .active-slide .avia-caption-title { -webkit-animation: none !important; animation: none !important; }
2- You are using transprent header on your page. Please edit your page and choose to display non-transparent header under Layout Section
3- Please add following code to Quick CSS#kontakt a.av-icon-char:hover { color: orange; }
Best regards,
YigitJanuary 2, 2017 at 10:58 pm #728774Hi Yigit!
Happy New Year first of all! Thanks for your reply.
I would like to add a slow fade-in animation. Any advice for that?Besides, I noticed that I don’t have an editor under appearances in the dashboard. How can I add that? I would like to add CSS classes in the function.php file.
Thanks!
Best,
HannaJanuary 3, 2017 at 10:49 am #728903Hi,
please always use a new ticket for a new question/issue, otherwise it gets confusing in our forum.
Use a Layout Element to get a fade in animation: http://imgur.com/a/4daCJ
Have you got your editor when using a default WP theme?
Best regards,
AndyJanuary 3, 2017 at 1:47 pm #728985I use the “Vollbild-Slider” so there is no layout element in it. Can I put the slider in a row to choose the animation and it still works on the frontend the same way?
I open another thread for the editor…
Thanks!
Best,
HannaJanuary 3, 2017 at 2:32 pm #729004Hi,
then it won’t be easily possible. Maybe a custom solution from here could help: http://stackoverflow.com/questions/11679567/using-css-for-fade-in-effect-on-page-load. Otherwise you could hire a freelance developer for this job.
Best regards,
Andy -
AuthorPosts
- You must be logged in to reply to this topic.