Viewing 1 replies (of 1 total)
  • Plugin Support WP Travel Engine Support

    (@wptravelenginesupport)

    Hello dyrer,

    Thanks for writing. Please add the below CSS in Appearance > Customize > Additional CSS to remove the Next-Prev texts while keeping the icons intact.

    .wpte-trip-feat-img-gallery .owl-prev,
    .wpte-trip-feat-img-gallery .owl-next{
       font-size: 0 !important;
    }
    .wpte-trip-feat-img-gallery .owl-prev::after {
       content: '\f0d9';
       font-family: 'FontAwesome';
       opacity: 1;
       color: #fff;
       position: absolute;
       top: 50%;
       left: 50%;
       -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
       transform: translate(-50%,-50%);
       font-size: 20px;
    }

    Thank You!

Viewing 1 replies (of 1 total)
  • The topic ‘Remove Next-Prev text’ is closed to new replies.