This topic has 12 replies, 3 voices, and was last updated 3 years, 9 months ago ago by Robert Hall
please watch video.
why?
any idea?
Hello,
Add the code to Theme Options, so we can see the problem on your site + provide temporary wp-admin access.
Regards
sure
Hello,
Use the next custom CSS code:
/* Item link (onscreen) */
.header-wrapper .menu:nth-child(1) .menu-item:nth-child(4) > .item-link:nth-child(1):hover {
animation-duration: 2.28s;
animation-delay: 0s;
animation-name: bounce;
transform-origin: center bottom;
}
/* Item link */
.header-wrapper .menu:nth-child(1) .menu-item:nth-child(4) > .item-link:nth-child(1) {
animation-fill-mode: both;
animation-iteration-count: infinite;
}
Regards
yes but not working
Please check now https://prnt.sc/y6cj87 > https://gyazo.com/f7094cae6cf8039df18828d6a00667a4
Regards
I want animation moving always, but now it move when I enter with mouse near it
Change the code from https://prnt.sc/y6i0ta to https://gyazo.com/7da160cf334a971dd638aefa014fc74f
Regards
Sorry I notice code later and repair it.
Can I put somewhere in code Costom Js ?
Thank you
Sorry, but your question is a bit unclear for me. Please describe it in more detail.
Regards
sorry for my english. theme have custom javascript section?
Hi
We have area to put custom css, you can find it in Theme Options > Styling > Additional CSS but don’t have Custom JS area. You can use child theme to add new scripts https://codex.wordpress.org/Child_Themes
Child theme archive you can find in theme package.
You must be logged in to reply to this topic.Log in/Sign up