Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1124523
    mathijs84
    Participant

    Hi guys,

    On http://streamads.nl/channels/ i use the Essential Grid.

    The text in there is:

    Uniek Bereik Per Maand
    Page Views Per Maand

    Now 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?

    #1125025
    Rupok
    Member

    Hi 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!

    #1125259
    mathijs84
    Participant

    Thanks changed the setting.

    FYI it is not an added code, but setting from Essential Grid:

    See here: http://prnt.sc/c3vqkw

    #1125474
    Joao
    Moderator

    Hi 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

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