Tips and Tricks HQ Support

Support site for Tips and Tricks HQ premium products

  • Home
  • Contact Us
  • Documentation
  • Forum Home
    • Forum
    • Forum Search
    • Forum Login
    • Forum Registration

Remove hyphens from poduct descriptions using CSS

by

Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Tweaks › Remove hyphens from poduct descriptions using CSS

Tagged: css, description, product, Tweaks

  • This topic has 4 replies, 3 voices, and was last updated 9 years, 10 months ago by wpCommerce.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • July 3, 2015 at 11:39 pm #12836
    HowardYeomans
    Member

    Hi, I’m using a number of [wp_eStore_fancy1 product items and my descriptions have a lot of end of line hyphens in them. Was hoping there’s an easy way to stop hyphenation. I tried putting

    .eStore-product-description {
    hyphens: none;
    }

    into /wp_eStore_custom_style.css but that made no difference.

    Here’s my page: [http://velovision.com/printed-magazines]

    Thanks.

    July 4, 2015 at 12:16 am #70691
    wpCommerce
    Moderator

    Hi, Please use our custom CSS plugin to apply your CSS code: https://www.tipsandtricks-hq.com/wordpress-custom-css-plugin-6413

    July 4, 2015 at 12:55 am #70692
    admin
    Keymaster

    Those hyphens are likely coming from a line-wrap. Those are good to have for readability.

    July 7, 2015 at 9:49 pm #70693
    HowardYeomans
    Member

    I have WordPress Custom CSS Plugin Version 1.3 and inserted the CSS into there. It did not, however make any difference – still lots of hyphens:

    [http://www.velovision.com/printed-magazines/]

    To be clear, I did not want to remove the hyphens, I wanted to stop hyphenation.

    Print magazines available as a separate pur-

    chase. Most issues from Issue 4 to the cur-

    rent issue available.

    becomes:

    Print magazines available as a separate

    purchase. Most issues from Issue 4 to the

    current issue available.

    Thank you.

    July 8, 2015 at 12:52 am #70694
    wpCommerce
    Moderator

    @HowardYeomans, Try this:

    .eStore-product-description{
    -moz-hyphens: none;
    -ms-hyphens: none;
    -webkit-hyphens: none;
    hyphens: none;
    }

  • Author
    Posts
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.
Log In

Forum Related

  • Forum Home
  • Forum Search
  • Forum Registration
  • Forum Login

Support Related Forms

  • Contact Us
  • Customer Support
  • Request a Plugin Update
  • Request Fresh Download Links

Useful Links

  • Plugin Upgrade Instructions
  • WP eStore Documentation
  • WP eMember Documentation
  • WP Affiliate Platform Documentation
  • Tips and Tricks HQ Home Page
  • Our Projects

Quick Setup Video Tutorials

  • WP eStore Video Tutorial
  • WP eMember Video Tutorial
  • WP Affiliate Platform Video Tutorial
  • Lightbox Ultimate Video Tutorial

Our Other Plugins

  • WP Express Checkout
  • Stripe Payments Plugin
  • Simple Shopping Cart Plugin
  • Simple Download Monitor

Copyright © 2025 | Tips and Tricks HQ