Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1240209
    JW & Co.
    Participant

    Good evening,

    I have a footer menu on http://thejewelrycenter.joshuaweatherstone.com/. I would like only the first letter of each menu item to be capitalized. I am using this code, but it is making the entire word lower case:

    footer .x-nav li > a {
    text-transform: lowercase !important;
    }

    Can you please advise?
    Josh

    #1240300
    Prasant Rai
    Moderator

    Hello Josh,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .x-colophon.bottom .x-nav li a {
        text-transform: initial !important;
    }

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1240209 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>