Title: Remove Next-Prev text
Last modified: December 13, 2018

---

# Remove Next-Prev text

 *  Resolved [dyrer](https://wordpress.org/support/users/dyrer/)
 * (@dyrer)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/remove-next-prev-text/)
 * Hello
    How can remove Next-Prev text and stay only the icons?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-next-prev-text%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Support [WP Travel Engine Support](https://wordpress.org/support/users/wptravelenginesupport/)
 * (@wptravelenginesupport)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/remove-next-prev-text/#post-10982238)
 * 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.

 * ![](https://ps.w.org/wp-travel-engine/assets/icon-256x256.png?rev=3161831)
 * [WP Travel Engine - Tour Booking Plugin - Tour Operator Software](https://wordpress.org/plugins/wp-travel-engine/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-travel-engine/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-travel-engine/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-travel-engine/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-travel-engine/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-travel-engine/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [WP Travel Engine Support](https://wordpress.org/support/users/wptravelenginesupport/)
 * Last activity: [7 years, 5 months ago](https://wordpress.org/support/topic/remove-next-prev-text/#post-10982238)
 * Status: resolved