- This topic has 3 replies, 2 voices, and was last updated 6 years, 9 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
Best WordPress Portfolio Plugins WordPress as an open source and self – hosted content management system is successfully used by thousands of people all around […]
Language Translator WordPress Plugin Your website cannot stand firm in the digital arena if it is not multilingual. If you want to achieve maximum results […]
Are you looking for the best WordPress SEO plugins for your WordPress websites? If yes, you have landed on the right page. This post talks […]