• Hi,

    for some obscure reason all the text in the footer of that page mentioned above is in capital letters.
    Can that be changed to Aa and where?

    Thank you for help

    Martin

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello there,

    Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    #sidebar-footer.footer-widgets .widget-title {
      text-transform: capitalize;
    }
    

    Regards,
    Kharis

    Thread Starter martinhannemann

    (@martinhannemann)

    Hi,

    sorry, that did not change anything.
    This is all the additional css:

    .grecaptcha-badge {
    visibility: hidden;
    }
    .site-info {display:none;}

    #footer-widgets .footer-box .widget-title {
    text-transform: capitalize;
    }

    Martin

    Hello Martin,

    Your site is currently having an active cache. Flush it whenever new code applied. Otherwise, it will force th web browser to only load cached version before changes have made.

    Regards,
    Kharis

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Capital letters’ is closed to new replies.