Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #177618
    Jennifer Sims
    Participant

    Dear Support, Could you please provide the code for no hyphens (no wrap) text throughout the site including the title.

    Great theme too! 🙂

    Thank you Jen

    #177639
    Skandha
    Participant

    @jennifersimsdesign-com-au: Hello Jennifer,
    Can you please post in your site URL so that I can look into the issue?

    Kind Regards,
    Skandha

    #177649
    Jennifer Sims
    Participant

    Thanks Skandha,

    The address is http://103.37.8.115/~balgapsw/

    #177651
    Skandha
    Participant

    @jennifersimsdesign-com-au: Hello Jennifer,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    p {
    	hyphens: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #177726
    Jennifer Sims
    Participant

    Perfect! Works well until the mobile view, is it possible to add CSS for this as well?

    #177727
    Skandha
    Participant

    @jennifersimsdesign-com-au: Hello Jennifer,
    For the hyphens on mobile view
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .entry-title {
    	hyphens: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #177737
    Jennifer Sims
    Participant

    Brilliant – thank you!

    How did you go with the Cable Beach FB feed view= any luck resolving this?

    #177742
    Skandha
    Participant

    @jennifersimsdesign-com-au: Hello Jennifer,
    I am still not able to view this link https://www.facebook.com/cablebeachprimaryschool/ at my end.
    Can you check if the link is only visible to specific audience?

    I tried to open the link on my laptop and on some of my friends laptop but got no success.
    Kind Regards,
    Skandha

    #177762
    Jennifer Sims
    Participant

    Thanks Skandha, I’ll check the type of FB page it is and get back to you.

    Appreciate you testing this and trying to resolve. By change is Catch Themes visiting at the Singapore WordPress Camp?

    #177770
    Skandha
    Participant

    @jennifersimsdesign-com-au: Hello Jennifer,
    Our Catch Themes team won’t be able to attend WordCamp Singapore 2019. 🙂

    Kind Regards,
    Skandha

    #177859
    Jennifer Sims
    Participant

    Okay thanks for answering the question.

    Just noticed the body content copy is still hyphenating. Looks like only has been successful, is there further CSS I can add.

    Also is it possible to change the footer widget colour are to another colour?

    #177864
    Skandha
    Participant

    @jennifersimsdesign-com-au: Hello Jennifer,
    Replace the CSS I have provided you above with the one below
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    * {
        hyphens: none;
    }

    This should remove hyphenation on all the elements.
    Let me know if this works out!
    Kind Regards,
    Skandha

    #177870
    Jennifer Sims
    Participant

    Yes, it is all working but realised it is the hero content not hyphenating!

    Is there a CSS for this as well, my apologies.

    #177872
    Skandha
    Participant

    @jennifersimsdesign-com-au: Hello Jennifer,
    The code seems to be working fine in Hero Section as well.

    If you are talking about the texts self- and school- in the Hero Content section those words are school-developed and self-management that is why those hyphens are not removed.

    Kind Regards,
    Skandha

    #177879
    Jennifer Sims
    Participant

    No not those. The words on the home page as the hero content.

    Hyphened words are:

    create
    necessary
    experienced

    The first two paras.

    #177932
    Skandha
    Participant

    @jennifersimsdesign-com-au: Hello Jennifer,
    Can you replace the above CSS Code with the following.

    * {
        hyphens: none;
        -webkit-hyphens: none;
        -ms-hyphens: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #177996
    Jennifer Sims
    Participant

    Awesome – perfect! thank you.

    Have a great weekend.

    #178055
    Skandha
    Participant

    @jennifersimsdesign-com-au: Hello Jennifer,
    I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-vogue/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a great weekend! 🙂

    Kind Regards,
    Skandha

Viewing 18 posts - 1 through 18 (of 18 total)
  • The topic ‘No wrap on text’ is closed to new replies.