• Resolved patelkalpesh

    (@patelkalpesh)


    ‘Edit alert text’ text by default comes in All caps and there is no option to change it. Can you change the css so it appears the way you enter so that users are free to use the way they prefer. Thanks.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • @patelkalpesh its seems that ‘Edit alert text’ are being capitalize by your theme / plugins ‘autoptimize.css’.

    Anyway you can add follows css in your active theme’s style.css to override default style

    .alert_container h6 {
        text-transform: none;
    }

    autoptimize_xyz.css is not a theme file, but the result of the aggregation & minifiecation of all orginal CSS-files of that site. you can disable AO on a per-request basis by adding ?ao_noptimize=1 to the URL ??

    hope this helps debugging,
    frank (ao dev)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Edit alert text’ is closed to new replies.