• sanfranciscoave

    (@sanfranciscoave)


    Hi,

    I love this theme but my only issue is when the theme loads up on my phone a lot of my paragraph texts get hyphenated. Is the anyway to turn off hyphens for this theme?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author satoristudio

    (@satoristudio)

    Hey @sanfranciscoave,

    thanks for choosing Bento!

    We’ll consider addindg a back-end switch for that, meanwhile you can add this code to the “Additional CSS” tab of the Customizer to make it go away:

    .entry-title,
    .entry-content,
    .entry-summary,
    .page-content,
    .comment-content,
    .type-attachment .entry-title,
    .entry-caption {
    	-webkit-hyphens: none !important;
    	-moz-hyphens: none !important;
    	-ms-hyphens: none !important;
    	hyphens: none !important;
    }

    Sincerely,
    Andrii / Satori Studio

    Hi I am also having this problem.
    This fixes it for Chrome and Firefox but not Safari – client is looking at my site on iPad in Safari:

    https://gardenroute.ca/

    And it doesn’t solve it for blog posts in Chrome:

    https://gardenroute.ca/category/blog-post/

    Any help would be appreciated,
    thanks
    Marilyn

    Theme Author satoristudio

    (@satoristudio)

    Hey Marilyn,

    please try updating the theme to version 1.6.7 in the “Appearance – Themes” interface of your WordPress admin; after that refresh the website (and clear all caches if you’re using any caching plugins) and check if the hyphens are gone. Let me know if they still aren’t!

    Sincerely,
    Andrii / Satori Studio

    Hi Andrii

    I followed your instructions and hyphenation is still happening on pages and posts:

    https://gardenroute.ca/gardens-plus/
    or
    https://gardenroute.ca/category/blog-post/

    In Chrome.
    But it looks like it worked in Safari! getting there!
    Any ideas?
    -Marilyn

    Theme Author satoristudio

    (@satoristudio)

    Hey Marilyn,

    I cannot seem to be able to locate the specific place with hyphenation on Chrome on my machine – could you please post a screenshot of how it looks on your computer and describe where exactly I should look? Thank you!

    Sincerely,
    Andrii / Satori Studio

    Thank you – must have had the pages cached, sorry. All fixed!
    Cheers
    Marilyn

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘paragraph hyphenation’ is closed to new replies.