• Closed
  • 15.11.2017 at 15:49 #35223

    Hi,

    For some reason our menu doesn’t contain capital letters any more.
    The mobile version of our website doesn’t have this problem.
    Can you help us?

    Mobile version website:

    NON mobile version website:

    Hoping to hear from you.

    With kind regards,
    ITV

    vaibhav
    Spectator
    Posts: 287
    16.11.2017 at 07:03 #35231

    Hi,

    Add below custom css in additional css
    #wrapper .primary-menu .link-effect a {
    text-transform: lowercase;
    }

    Thank you