Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #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:)
    Hanna

    #728164

    Hey 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,
    Yigit

    #728774

    Hi 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,
    Hanna

    #728903

    Hi,

    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,
    Andy

    #728985

    I 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,
    Hanna

    #729004

    Hi,

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.