Disable Row Background Zoom Accordion

Home Forums Jevelin Theme Disable Row Background Zoom Accordion

Home Forums Jevelin Theme Disable Row Background Zoom Accordion

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • DorkDuty
    Participant

    Hi, is there a way to disable the zoom effect on the row background when one of the accordion items is opened?

    Attachments:
    You must be logged in to view attached files.

    Hi @DorkDuty,

     

    I hope you are well today and thank you for your question.

     

    Could you please share the page URL from your site where it is displaying so that I can help you?

     

    Best regards,
    Shufflehound team

    You can disable it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Jevelin -> Theme Settings -> Custom CSS/JS -> CSS Code

     

    #services #jarallax-container-0 div {
        height: 974px !important;
        margin-top: -319.5px !important;
        transform: translate3d(0px, 22.8406px, 0px) !important;
    }
Viewing 4 posts - 1 through 4 (of 4 total)