Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1129944
    WPH2o
    Participant

    Hello,

    WHERE in Customize can I make links under widgets be text-transform: capitalize instead of UPPERCASE?

    Screenshot:

    http://screencast.com/t/QI1hMXOn

    Here are the ONLY places I can find any uppercase/lowercase options

    • Dashboard > Appearance > Customize > Typography > Headings > Uppercase = OFF
    • Dashboard > Appearance > Customize > Header > Headings > Uppercase = OFF
    • Dashboard > Appearance > Customize > Header > Links – Text > Uppercase = OFF

    Wouldn’t it be great to give website owners an option in the Customize part of the machine?

    Why automatically FORCE X-Theme users to accept UPPERCASE links in their widgets?

    Thank you for helping X-Themes user’s lives become easier.

    Chris

    #1129979
    Thai
    Moderator

    Hi There,

    Please add the following CSS:

    .x-sidebar .widget ul li a {
        text-transform: none;
    }

    Hope it helps 🙂

    #1131385
    WPH2o
    Participant

    YOU ARE A HERO OF THE INTERNET!!!!!!

    It worked–so easily.

    When can something like this be added to the interface as a choice?

    Thank you,

    Chris

    #1131409
    Rupok
    Member

    Hi Chris,

    Do you mean a settings for this in Customizer? This is something we can add to our list of feature requests. This way it can be taken into consideration for future development. All of these items are discussed with our team internally and prioritized based on the amount of interest a particular feature might receive. Thanks!

    #1138713
    hbedit
    Participant

    Hello,

    Same problem than Chris, but this custom css code didn’t work for me (and other codes found on your forum threads also).

    Could you please take a look for me ?

    I would like to get all the widgets links of the sidebar to be capitalized (not uppercased), and a little smaller. I use actually Icon stack.

    Maybe this code does’nt work for me because it’s Woocommerce widgets ?

    Thanks !

    #1138718
    hbedit
    Participant
    This reply has been marked as private.
    #1138729
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance Customizer Custom CSS

    .x-sidebar .widget ul li, .widget ol li {
    text-transform: none !important;
    }
    

    Hope it helps

    Joao

    #1138731
    hbedit
    Participant

    Hello Joao,

    Thanks for your answer. Unfortunately it doesn’t work, the links stay on uppercase letters…

    #1139077
    Friech
    Moderator

    Hi There,

    On your Custom CSS, look for this block of code.

    .h-feature-headline span {
    display: inline-block;
    position: relative;
    padding-left: 1.7em;

    That block missing the closing bracket. Add the closing bracket and the css Joao’s provided should work.

    Thanks.

    #1139660
    hbedit
    Participant

    Hello Friech,

    Thank you so much, i had erased the bracket while adding the new code, big mistake…

    Congratulations for your awesome eye, it was not simple to see this little detail !

    Have a nice week end.

    #1140087
    Rue Nel
    Moderator

    You’re welcome! We’re happy to help you out.
    If you need anything else we can help you with, don’t hesitate to open another thread.

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