text hyphenation

Writer, blogging theme for writers and authors | Support forum.
GK User
Thu Oct 30, 2014 3:07 pm
Hello how can I remove the text hyphenation from this theme?

Regards
User avatar
Senior Boarder

GK User
Thu Oct 30, 2014 11:21 pm
Hi,

What exactly do you mean? Post's content text? Could you provide some examples?
User avatar
Moderator

GK User
Fri Oct 31, 2014 10:07 am
Screen Shot 2014-10-31 at 10.04.34.png
I meant how to remove the dash - behind the word/sentence in the contant and title text.
User avatar
Senior Boarder

GK User
Fri Oct 31, 2014 10:20 am
Please try to change "Enable word-break" option from theme Customize -> Features options.

If that won't help, please provide an URL to your website with this text, either here or via PM (click the “Private Message” text underneath my avatar)
User avatar
Moderator

GK User
Fri Oct 31, 2014 10:30 am
Hey Piotr,

It worked within the header titles, but it is still in the body text. See: http://www.pressmagazine.com/hello-world/
User avatar
Senior Boarder

GK User
Fri Oct 31, 2014 10:41 am
I'm sorry but I can't see your website - it's not available.
User avatar
Moderator

GK User
Fri Oct 31, 2014 11:24 am
That is strange,
Please try: http://www.pressmagazine.com/hello-world/
or pressmagazine.com

It is online here, and publicly accesable
User avatar
Senior Boarder

GK User
Fri Oct 31, 2014 1:02 pm
Ok i can see your hello world article now, but don't see broken words.
User avatar
Moderator

GK User
Fri Oct 31, 2014 2:14 pm
Screen Shot 2014-10-31 at 14.13.27.png
When I resize the screen the text intends appears see image...
User avatar
Senior Boarder

GK User
Mon Nov 03, 2014 10:17 am
Now i can see - the problem is visible only on the firefox browser. Please add the following code into your css/override.css file:

Code: Select all
.entry-content, .entry-summary {
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
User avatar
Moderator

GK User
Mon Nov 03, 2014 9:57 pm
Yes fixed...

Only not in the css/override.css file but in the stylsheet, since there is no css/override.css file

Thanx
GREAT SUPPORT!!!
User avatar
Senior Boarder

GK User
Tue Nov 04, 2014 9:35 am
Please check your Writer/css directory, the override.css file should be there.
User avatar
Moderator


cron