“Turn Menu Text to Uppercase” button/toggle isn’t working

Home Forums All Other Themes “Turn Menu Text to Uppercase” button/toggle isn’t working

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #203294
    Paul SheiffelePaul Sheiffele
    Participant
    • Topics: 11
    • Replies: 27
    • Total: 38
    Member since: December 30, 2022

    I am noticing the menu up at the top of our site (https://test.genetargeting.com) stays uppercase even though I have tried to switch “turn menu text to uppercase” off. We would like the menu to be non-uppercase.

    #203306
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31016
    • Total: 31016
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    #topmenu ul li a { text-transform:capitalize !important;}

    Regards,
    Dave

    #203341
    Paul SheiffelePaul Sheiffele
    Participant
    • Topics: 11
    • Replies: 27
    • Total: 38
    Member since: December 30, 2022

    Thank you, that did work for the most part. Only thing is, we want to show one of our tabs with the words “cDNA Knockin.” The c at the beginning is meant to be lowercase like that, and that is how I inputted it into the menu, although it appears that the first letter of every tab shows as capitalized regardless of what I input. Is there a way to make the entire title for each menu item/tab case-sensitive to what I input, rather than automatically capitalizing the first letter?

    Thanks!

    #203345
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31016
    • Total: 31016
    Member since: August 16, 2013

    Hi,

    Remove this CSS code:

    #topmenu ul li a { text-transform:capitalize !important;}

    Kindly replace this CSS code:

    #topmenu ul li a {
      text-transform: inherit !important;
    }

    Regards,
    Dave

    #203357
    Paul SheiffelePaul Sheiffele
    Participant
    • Topics: 11
    • Replies: 27
    • Total: 38
    Member since: December 30, 2022

    Perfect, that did the trick. Thank you!

    #203358
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31016
    • Total: 31016
    Member since: August 16, 2013

    Hi,

    Welcome 🙂

    If you found our service good kindly review us here: https://www.trustpilot.com/review/sktthemes.org

    Regards,
    Dave

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