Home › Forums › All Other Themes › uppercase characters in coffee and interior
- This topic has 13 replies, 2 voices, and was last updated 6 years, 8 months ago by Sonl Sinha.
-
AuthorPosts
-
April 2, 2018 at 12:47 pm #98207
In themes interior and coffee pro, the navigation menu and also all headers (h1, h2,…) are translated to uppercase.
I cannot find how to switch this off. I can type uppercase if I want 😉
thank you, Wilfried
April 4, 2018 at 7:55 am #98299Hi,
Kindly show us your website URL?
Regards,
DaveApril 4, 2018 at 9:43 am #98359Hi,
http://deparel.biz/wp/
And I have more or less same question for theme The Art. In website http://www.bodystressrelease.fr/wp/ the footer titles are converted to uppercase. How to make them as I typed?
Thank you, Wilfried
April 4, 2018 at 10:40 am #98374Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.sitenav ul li, .leftwrap h2, h2.section_title, .section_title { text-transform: inherit;}
Regards,
DaveApril 4, 2018 at 10:58 am #98380Thank you, now the navigation menu is like I type it.
Still site title, and page titles are in uppercase, also ‘contact form’
This shows example: https://imgur.com/lpJGce7Also the text on the sliders, example: https://imgur.com/w6OAFXg
April 4, 2018 at 11:02 am #98383Hi,
Remove:
.sitenav ul li, .leftwrap h2, h2.section_title, .section_title { text-transform: inherit;}
And add this new code there:
.sitenav ul li, .leftwrap h2, h2.section_title, .section_title, h1.entry-title, h1.page-title, h3.widget-title { text-transform: inherit;}
Regards,
DaveApril 4, 2018 at 11:15 am #98385Thank you. Now the title and description on slider is still in uppercase: https://imgur.com/w6OAFXg
April 4, 2018 at 11:18 am #98386Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.slide_info h2 { text-transform: inherit;}
Regards,
DaveApril 4, 2018 at 11:47 am #98392Thank you, this works fine 😉
April 4, 2018 at 11:49 am #98393🙂 🙂
April 4, 2018 at 12:13 pm #98395Website title is still converted to uppercase: https://imgur.com/dc16GCn
April 4, 2018 at 12:17 pm #98396Hi,
Kindly use this css:
.logo h1 { text-transform: inherit;}
Regards,
DaveApril 4, 2018 at 12:29 pm #98397Right, thank you again. Works fine.
April 6, 2018 at 9:17 am #98520Great
-
AuthorPosts
- You must be logged in to reply to this topic.