Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1122886
    Christina r
    Participant

    Hi!

    I tried to put this in the style field to make the H4 on this page not capped: text-transform: lowercase;. What is the proper format? I cannot find it in the forum?

    Many thanks for your help,
    Christina
    http://www.christinariccigolf.com/gigl-golf

    #1123160
    John Ezra
    Member

    Hi there,

    Thanks for updating the thread! You are using the correct format except I believe the heading level you are trying to affect aren’t h4s but instead are h5s.

    You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.

    .postid-360 h5 {
        text-transform: lowercase;
    }

    Hope this helps – thanks!

    #1123960
    Christina r
    Participant

    Hi

    To clarify it is not global but on a per page basis: http://screencast.com/t/UHt3YIJuiHd

    What would the format be for that?

    Thanks for help,
    Christina

    #1124041
    Nabeel A
    Moderator

    Hi again,

    You can add the following code in the style field:

    text-transform: lowercase !important;

    Hope this helps!

    #1124439
    Christina r
    Participant

    Hi!

    Thanks for code! It is not working. I need to target it to a specific H tag say h5?

    Christina

    #1124793
    Friech
    Moderator

    Hi There,

    You can add this under Custom > CSS in the Customizer.

    h5, .h5 {
    	text-transform: lowercase !important;
    }

    Hope it helps, Cheers!

    #1125464
    Christina r
    Participant

    Hi

    I am placing this on the page in the style field – not global. What needs to be added to this line to reflect H5:

    text-transform: lowercase !important;

    Thanks!
    Christina

    #1125711
    Lely
    Moderator

    Hello Christina,

    When adding it in a style field we don’t need the selector because we are adding it directly on the element. It is selected already. Then when adding it on global we have use h5 or .h5 as selector like on the previous reply. This link might help:http://www.w3schools.com/cssref/css_selectors.asp

    #1125823
    Christina r
    Participant

    HI!

    I am not sure I am being clear..my apologies. This may be clearer: http://screencast.com/t/EJJuBsbOv

    Again thanks so much for your assistance.

    Christina

    #1126044
    Joao
    Moderator

    Hi Christina,

    Would you mind providing us with login credentials so we can take a closer look at http://www.christinariccigolf.com/6-weeks-clinic/ ? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks

    Joao

    #1126200
    Christina r
    Participant

    Hi!

    I figured out the issue – thanks so much!

    Christina

    #1126588
    Nico
    Moderator

    Happy yo hear that.

    Feel free to ask us again.

    Thanks.

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