Okay
  Public Ticket #1949201
Recent Posts Featured Image
Closed

Comments

  •  2
    Leo started the conversation

    I'd like to remove the parallax for the featured imageĀ in Recent Posts Settings > Style: Single Large Featured.

  •  3,028
    Andrew replied

    Hi Leo,

    No option to disable parallax you can try using the following custom css for that.

    .nectar-recent-posts-single_featured .nectar-recent-post-slide .row-bg.translate{
      transform: none !important;
    }
    

    Regards