• Is it possible to change capitalized author name to normal?

    Now it shows as “KYMOPHOB?A” but I need it as “Kymophobia” or “kymophobia”.

    Thanks!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author themeinwp

    (@themeinwp)

    Hi there,

    From your WordPress Dashboard, Navigate to Appearance ? Customize ? Additional CSS and add below CSS.

    .entry-meta span.byline {
        text-transform: capitalize;
    }

    Hope this helps.

    If you’ve any further questions or feedback? Just hit reply and we’ll gladly help.

    Thanks,

    Thread Starter wpkymo

    (@wpkymo)

    Thanks a lot! =)

    Can I add another one?
    Is it possible to use dark mode as standard?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Author name capitalize fix’ is closed to new replies.