• Resolved jithpaul

    (@jithpaul)


    Every word entered in the decription is capitalized. Is there a setting so that the category description appear as typed?

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • no setting, however, you oould try to add this CSS for example via ‘Appearance – Customize – Additional CSS’:

    .taxonomy-description { text-transform: inherit; }

    Thread Starter jithpaul

    (@jithpaul)

    This is perfect. Thanks so much for the quick response. On additional question. Can I use a piece of CSS to remove the “Category:” that precedes the name of the category? For example, the page header currently reads “Category: Film613” and I would like it to just be “Film613”. https://ocanfilmfest.ca/category/film613/

    Theme Author Toshihiro Kanai

    (@mirucon)

    Hi there!

    You can use the following CSS to achieve that:

    body.archive.category .title-description {
      display: none;
    }
    
    Thread Starter jithpaul

    (@jithpaul)

    Amazing. Thank you so much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Category descriptions – Can they be set to not capitilize every word?’ is closed to new replies.