How to override css in style_core.css

Home Forums Perfect Forum How to override css in style_core.css

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #98503
    tonychetonyche
    Participant
    • Topics: 2
    • Replies: 1
    • Total: 3
    Member since: September 26, 2017

    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.

    #98534
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Okay, kindly show us your website URL?

    Regards,
    Chris

    #98626
    tonychetonyche
    Participant
    • Topics: 2
    • Replies: 1
    • Total: 3
    Member since: September 26, 2017

    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.

    #98682
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Okay

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.