Viewing 1 replies (of 1 total)
  • This is because of your .entry-content th class.

    The table headers use a <th> tag, so in your css you should find code for “.entry-content th”

    you need to add
    text-transform: uppercase;
    to that.

    if you can’t find that class then you should be able to just do

    th{
    text-transform: uppercase;
    }

    That’s all I can guess without more information on your site

Viewing 1 replies (of 1 total)
  • The topic ‘Change Days to Upper Case’ is closed to new replies.