Tagged: x
-
AuthorPosts
-
August 9, 2016 at 5:09 pm #1124523
mathijs84ParticipantHi guys,
On http://streamads.nl/channels/ i use the Essential Grid.
The text in there is:
Uniek Bereik Per Maand
Page Views Per MaandNow my client only want the first word with a capital. This is how i wrote it, but it is automaticly made with capitals.
Can we change this?
August 10, 2016 at 12:27 am #1125025
RupokMemberHi there,
It seems you have added the below code :
.eg-ict-gadgets-channel-element-8 { background-color: rgba(255, 255, 255, 1); border-radius: 0; clear: both; color: #000000; display: block; font-family: "Raleway"; font-size: 17px; font-weight: 800; line-height: 24px; margin: 30px; padding: 3px 12px 4px; position: relative; text-align: center; text-transform: capitalize; z-index: 2 !important; }Let’s change text-transform: capitalize; to text-transform: none; then you will see what you write.
Cheers!
August 10, 2016 at 4:20 am #1125259
mathijs84ParticipantThanks changed the setting.
FYI it is not an added code, but setting from Essential Grid:
See here: http://prnt.sc/c3vqkw
August 10, 2016 at 8:09 am #1125474
JoaoModeratorHi There,
Please add the following code to Appereance Customizer Custom CSS
.eg-ict-gadgets-channel-element-8 { text-transform: none !important; }Hope it helps
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1124523 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
