- This topic has 3 replies, 2 voices, and was last updated 4 years, 11 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
It takes a strong foundation for a business to survive. Similarly, it takes a planned and structured coding for a website to remain active and […]
The address of a World Wide Web Page is a URL. Protocol, domain name, and path are three parts of a URL. It is a […]
What is a newsletter and how to use it? Due to the recent advancement in technology, the traditional concept of marketing is no longer the […]