uppercase characters in coffee and interior

Home Forums All Other Themes uppercase characters in coffee and interior

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #98207
    wilfriedwilfried
    Participant
    • Topics: 43
    • Replies: 105
    • Total: 148
    Member since: December 7, 2017

    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

    #98299
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30623
    • Total: 30623
    Member since: August 16, 2013

    Hi,

    Kindly show us your website URL?

    Regards,
    Dave

    #98359
    wilfriedwilfried
    Participant
    • Topics: 43
    • Replies: 105
    • Total: 148
    Member since: December 7, 2017

    Hi,

    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

    #98374
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30623
    • Total: 30623
    Member since: August 16, 2013

    Hi,

    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,
    Dave

    #98380
    wilfriedwilfried
    Participant
    • Topics: 43
    • Replies: 105
    • Total: 148
    Member since: December 7, 2017

    Thank 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/lpJGce7

    Also the text on the sliders, example: https://imgur.com/w6OAFXg

    #98383
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30623
    • Total: 30623
    Member since: August 16, 2013

    Hi,

    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,
    Dave

    #98385
    wilfriedwilfried
    Participant
    • Topics: 43
    • Replies: 105
    • Total: 148
    Member since: December 7, 2017

    Thank you. Now the title and description on slider is still in uppercase: https://imgur.com/w6OAFXg

    #98386
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30623
    • Total: 30623
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    .slide_info h2 { text-transform: inherit;}

    Regards,
    Dave

    #98392
    wilfriedwilfried
    Participant
    • Topics: 43
    • Replies: 105
    • Total: 148
    Member since: December 7, 2017

    Thank you, this works fine 😉

    #98393
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30623
    • Total: 30623
    Member since: August 16, 2013

    🙂 🙂

    #98395
    wilfriedwilfried
    Participant
    • Topics: 43
    • Replies: 105
    • Total: 148
    Member since: December 7, 2017

    Website title is still converted to uppercase: https://imgur.com/dc16GCn

    #98396
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30623
    • Total: 30623
    Member since: August 16, 2013

    Hi,

    Kindly use this css:

    .logo h1 { text-transform: inherit;}

    Regards,
    Dave

    #98397
    wilfriedwilfried
    Participant
    • Topics: 43
    • Replies: 105
    • Total: 148
    Member since: December 7, 2017

    Right, thank you again. Works fine.

    #98520
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30623
    • Total: 30623
    Member since: August 16, 2013

    Great

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.