- This topic has 3 replies, 2 voices, and was last updated 6 years, 5 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › Perfect Forum › How to override css in style_core.css
Evidently, the following in style_core.css is causing problems with a custom slider plugin I have installed.
a{
transition: all 0.4s ease-in-out 0s;
}
I would like to remove the transition line entirely. How can I do this without editing the style_core.css file?
I already have a child theme set up, but when I tried to override the style in style.css in my child theme, there was no effect.
Hi,
Okay, kindly show us your website URL?
Regards,
Chris
I think the problem has been solved. I added the following in the Appearance -> Customize -> Basic -> Custom CSS :
a{
transition:none;
}
That seemed to have overridden the 0.4s ease-in-out 0s and no longer conflict with my slider plugin. Please let me know if you see any problems with this.
Okay
Are you looking for the best tech store WordPress themes? If so, you’ve landed on the right page for retailers themes. This post discusses top […]
Are you looking for the best football WordPress themes? If so, you’ve landed on the right page for football themes. This post discusses top WordPress […]
Are you looking for the best psychology WordPress themes? If so, you’ve landed on the right page for psychology themes. This post discusses top WordPress […]