Tagged: x
-
AuthorPosts
-
August 13, 2016 at 10:02 am #1129944
WPH2oParticipantHello,
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
August 13, 2016 at 10:51 am #1129979
ThaiModeratorHi There,
Please add the following CSS:
.x-sidebar .widget ul li a { text-transform: none; }Hope it helps 🙂
August 15, 2016 at 12:07 am #1131385
WPH2oParticipantYOU 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
August 15, 2016 at 12:36 am #1131409
RupokMemberHi 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!
August 19, 2016 at 3:37 pm #1138713
hbeditParticipantHello,
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 !
August 19, 2016 at 3:38 pm #1138718
hbeditParticipantThis reply has been marked as private.August 19, 2016 at 3:57 pm #1138729
JoaoModeratorHi 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
August 19, 2016 at 4:03 pm #1138731
hbeditParticipantHello Joao,
Thanks for your answer. Unfortunately it doesn’t work, the links stay on uppercase letters…
August 19, 2016 at 9:34 pm #1139077
FriechModeratorHi 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.
August 20, 2016 at 1:59 pm #1139660
hbeditParticipantHello 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.
August 21, 2016 at 1:55 am #1140087
Rue NelModeratorYou’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. -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1129944 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
