Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1314011
    jensjakobsen
    Participant

    Hi

    I have a minor issue, all letters on my sidebars are ‘auto-capitalized’ – how can I prevent that?

    Please take a look at http://kvikkastrup.net.virker.nu/

    #1314038
    Christian
    Moderator

    Hey there,

    Hey there,

    Please add the code below in your Appearance > Customize > Custom > Global CSS

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

    If there are other text that are capitalized, please give us screenshots of them.

    Thanks.

    #1314039
    jensjakobsen
    Participant

    Great – thanks!

    #1314064
    Christian
    Moderator

    You’re welcome.

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