- This topic has 3 replies, 2 voices, and was last updated 5 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
When it comes to creating a unique presence for your business through your website, then you must make sure that your website is capable of […]
Irrespective of your business niche, it is a fact that all businesses need to have an online presence in order to compete more effectively. In […]
The digital explosion during the recent years means there is a huge market waiting for your presence online. Especially if you are the one who […]