Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #239107
    springtide20
    Participant

    I have three questions about the Services headline and sub headline.

    1. Can the headline formatting be changed so that it is not all caps?

    2. Can the headline be set to word-wrap normally instead of words becoming hyphenated?

    3. Can the colour of the font for the sub headline be changed?

    And one question about the header media:

    Can the colour of the header media title be changed?

    Thanks

    #239127
    Skandha
    Participant

    @springtide20: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To change the all caps of Service Headline */
    #services-section .section-title {
        text-transform: none;
    }
    /* To change color of subheadline */
    #services-section .section-description {
        color: #abc123;
    }

    You can change the color according to your choice.

    Can you let me know where the words are being hyphenated?

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

    #239226
    springtide20
    Participant

    Thanks, your answers worked, and removing all caps from the section title eliminated some of the hyphenation. But words still get hyphenated if they reach the end of a given line. This happens to not only the services headline, but also in each of the services excerpts. I would much rather it just drops down a line after the end of the last complete word that fits. I am guessing this is being caused by the Excerpts function.

    #239274
    Skandha
    Participant

    @springtide20: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .section-title, .entry-summary {
        hyphens: none;
    }

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

    #239348
    springtide20
    Participant

    Hi. That worked for the excerpts shown in each Service, but I still get a hyphen in one word in the service section title. Is there a way to increase the width allocated to the Service Section title?

    #239390
    Skandha
    Participant

    @springtide20: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #services-section .section-heading-wrapper {
        max-width: 880px;
    }
    #services-section .section-title {
        hyphens: none;
    }

    You can change the max width according to your choice.

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

    #239709
    springtide20
    Participant

    Yes, the additional CSS does the trick. I suppose I could increase the width to more than 880 if I wanted to, but it looks okay at that width. Thanks.

    #240153
    Skandha
    Participant

    @springtide20: Hello there, 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/intuitive/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 good day! 🙂

    Kind Regards,
    Skandha

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Services headline & sub headline formatting’ is closed to new replies.