Categories

How to remove hyphens

Vicki Hayes June 14, 2016
Rating: 4.3/5. From 3 votes.
Please wait...

This tutorial is going to show you how to remove hyphens from your website.

How_to_remove_hyphens_img1

To remove hyphens from your website you need to add the specific CSS code into your custom .css file.

You can define element for which you want to remove hyphens. It could be h2, h3, p tag, etc.

Using Firebug tool you can locate the element you want to edit. How_to_remove_hyphens_img2

Example of rule is the following:

p { 
-moz-hyphens: none; 
word-wrap: normal; 
-webkit-hyphens: none; 
-moz-hyphens: none; 
hyphens: none; 
}

Feel free to check the detailed video tutorial below:

How to remove hyphens
This entry was posted in Working with CSS and tagged css, hyphens. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket