How to customize the et-core-plugin - by Lintu Thomas

This topic has 13 replies, 3 voices, and was last updated 4 years, 4 months ago ago by Olga Barlow

  • Avatar: Lintu Thomas
    Lintu Thomas
    Participant
    December 11, 2019 at 13:48

    If i add new class in the et-core-plugin, the new updates coming time this will delete?

    12 Answers
    Avatar: Lintu Thomas
    Lintu Thomas
    Participant
    December 14, 2019 at 09:05

    I am using ie 11
    https://prnt.sc/qaoif2

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 14, 2019 at 13:26

    Hello,

    Thanks for the reply.
    There is no ready solution for arrows in the IE browser, unfortunately. But our developers will check what can be done to fix it.

    Regards

    Avatar: Lintu Thomas
    Lintu Thomas
    Participant
    December 16, 2019 at 07:03

    Please let me know once you done this.

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    December 16, 2019 at 16:34

    Hello,

    Add the following code to Custom CSS and let me know if it helps

    .swiper-custom-left,
    .mpc-nav-preset--default .mpcslick-prev i {
      left: -90px;
    }
    .swiper-custom-right,
    .mpc-nav-preset--default .mpcslick-next i {
      right: -90px;
    }
    
    .swiper-entry:hover .swiper-custom-left,
    .mpc-carousel__wrapper:hover .mpc-nav-preset--default .mpcslick-prev i {
      left: -60px;
    }
    
    .swiper-entry:hover .swiper-custom-right,
    .mpc-carousel__wrapper:hover .mpc-nav-preset--default .mpcslick-next i {
      right: -60px;
    }
    
    .swiper-custom-left,
    .swiper-custom-right,
    .mpc-nav-preset--default .mpc-nav__arrow i {
      width: 50px;
      height: 50px;
      top: calc(50% - 25px);
    }
    
    .swiper-custom-left:before,
    .swiper-custom-right:before,
    .hover-effect-slider .sm-arrow:before,
    .mpc-nav-preset--default i:before {
      font-size: 20px
    }
    
    / Arrows hovers /
    .arrows-hovered .sm-arrow,
    .arrows-hovered > .swiper-container .swiper-custom-left,
    .arrows-hovered > .swiper-container .swiper-custom-right {
      top: calc(50% - 25px);
    }

    Regards

    Avatar: Lintu Thomas
    Lintu Thomas
    Participant
    December 31, 2019 at 11:26

    Thanks

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    December 31, 2019 at 12:00

    Hello,

    You are welcome.

    Regards

  • Viewing 7 results - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.