New Landing How can we help? Atelier Disable hero page title animations

Viewing 3 posts - 1 through 3 (of 3 total)
  • Posted in: Atelier
  • #196228
    eternalbeta
    Member
    Post count: 76

    I’d like to disable both the animation of the hero area expanding down and the page title text fading in for all pages that use a hero page title. Hopefully this is a very easy change; I am just still new to the theme so I haven’t been able to figure it out yet.

    Thanks

    #196240
    eternalbeta
    Member
    Post count: 76

    As per usual I was able to figure out at least some of my issue almost immediately after submitting the question. I was able to take care of the text with:

    .fancy-heading .heading-text{
    opacity:1;
    }

    I also figured out that I need to set the transition to none for .fancy-heading, but I’ve been unable to do that in the child CSS file without using !important tags, which I don’t want to do. The same goes for using the theme’s Custom CSS module, will not work without !important tags.

    #196264
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Unfortunately in some rules that is the only way to overwrite the current ones. Personally don’t see any problem using the !important when you want to create a specific effect, it was just can’t be overwritten anymore.

    -Rui

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.