Tagged: child theme
-
AuthorPosts
-
March 4, 2018 at 6:10 pm #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
March 4, 2018 at 10:16 pm #921216Hey 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,
MikeMarch 4, 2018 at 10:37 pm #921230Hi
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.
March 4, 2018 at 11:34 pm #921241Hi
I’ve been able to sort it. Thanks
March 5, 2018 at 6:12 am #921313Hi,
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,
RikardMarch 5, 2018 at 11:34 am #921423Hi
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
March 5, 2018 at 12:40 pm #921449Hi,
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,
MikeMarch 6, 2018 at 6:13 pm #922451Hi
I’m sorry but that didn’t work
March 6, 2018 at 6:25 pm #922455Hi,
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,
YigitMarch 6, 2018 at 8:35 pm #922491That worked brilliant thank you :)
- This reply was modified 6 years, 8 months ago by info224.
March 7, 2018 at 12:50 am #922633Hi,
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 -
AuthorPosts
- The topic ‘Title in Caps’ is closed to new replies.