Tagged: 

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #921104

    Hi

    I would like to change my H1 etc to read a mixture capitals and small letters. I have been able to do this in the past using the following codes

    h1, h2, h3 {
    text-transform: none !important;
    }

    However, it’s not working on a child theme.

    Thanks

    #921216

    Hey info224,
    It depends on the element, because if the current css calls for h1.av-special-heading-tag to be capital, it will overwrite just h1
    can you link to the element that are are trying to work on?

    Best regards,
    Mike

    #921230

    Hi

    Thanks for coming back to me.

    It’s the titles on the homepage. Please see link below

    • This reply was modified 6 years, 8 months ago by info224.
    #921241

    Hi

    I’ve been able to sort it. Thanks

    #921313

    Hi,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #921423

    Hi

    Sorry, I thought I had it sorted but it appears it only okay for mobiles but not for PC’s I have flushed the cache on the website and my computer but the titles are still showing in Capitals.

    Thanks

    #921449

    Hi,
    Try this code in the General Styling > Quick CSS field:

    h1.av-special-heading-tag ,h2.av-special-heading-tag ,h3.widgettitle,h1,h2,h3 {
        text-transform: none!important; 
    }

    This code will fix the places that are being transformed by css, but I notice that there are a few places that the text is written in all caps, please edit these to the mixed case that you wish to use.

    Best regards,
    Mike

    #922451

    Hi

    I’m sorry but that didn’t work

    #922455

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
        text-transform: none;
    }
    

    Best regards,
    Yigit

    #922491

    That worked brilliant thank you :)

    • This reply was modified 6 years, 8 months ago by info224.
    #922633

    Hi,

    I’m glad Yigit was able to help you. If you need additional help, please let us know here in forums.

    Best regards,
    Jordan Shannon

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Title in Caps’ is closed to new replies.