Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #900361
    zendog22
    Participant

    Hi, how do I change some custom headlines that I currently have in caps to lower case? I don’t want to change all titles to lower case. Just want to change some. Many thanks in advance.
    http://kentishandco.staging.wpengine.com/services-2/

    #901601
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! You can simply add a custom CSS rule into the Style field of your Custom Headline element. Please refer to the screenshot (https://snag.gy/eqxNA7.jpg).

    text-transform: lowercase;

    Hope that helps.

    #904207
    zendog22
    Participant

    Thanks for replying. I’d like to still keep the capital letter at the start of the word though – is this possible?

    #905112
    Rad
    Moderator

    Hi there,

    In that case, please change it into this,

    text-transform: capitalize;

    Cheers!

    #1104598
    TCHOC
    Participant

    Hi,

    What if you just want the first letter of the first word capitalized and the rest lowercase? (On one heading only)

    http://thecrowdedhouseoc.org/contact/

    Currently: A Bit About You…

    Want: A bit about you…

    Thanks,

    Jonny

    #1104892
    Christian
    Moderator

    Hey Jonny,

    There’s no CSS option for that. You can set it to none but you need to manually set the text. See http://www.w3schools.com/cssref/pr_text_text-transform.asp for more details.

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-900361 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>