• Resolved Oksana

    (@qwerty100)


    Hello! The plugin displays each word of the title with a capital letter. (for example: Plugin End Website) How to correct it? Shortcode [wtpsw_gridbox]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Ketan Patel

    (@patelketan)

    Hello

    Thanks for reaching here.

    Go to the “Additional CSS” part of the dashboard and add below CSS(Path: Admin Panel->Appearance->Customize->Additional CSS).

    1. All title capital
    .wtpsw-post-grid.design-1 .wtpsw-post-title a{ text-transform:uppercase !important; }

    2. First letter capital
    .wtpsw-post-grid.design-1 .wtpsw-post-title a{ text-transform:capitalize !important; }

    Let me know if you are any query.

    Thanks

    Thread Starter Oksana

    (@qwerty100)

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Every word with a capital’ is closed to new replies.