Titles of article in uppercase

  • jimmyc
    Inactive member
  • Topic Author
  • Member
  • Member
More
1 year 10 months ago #49962 by jimmyc
How do U change the titles in articles, not to be in uppercase? Is it somewhere in CSS files?

Jim

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
1 year 10 months ago #49964 by milos
Hello,

You can edit CSS file /media/templates/site/marketingagency/css/custom.css and change this:
Code:
h1 { text-transform: uppercase; letter-spacing: 5px; } h2 { text-transform: uppercase; letter-spacing: 4px; } h3 { text-transform: uppercase; letter-spacing: 3px; } h4 { text-transform: uppercase; letter-spacing: 3px; }

to this:
Code:
h1 { letter-spacing: 5px; } h2 { letter-spacing: 4px; } h3 { letter-spacing: 3px; } h4 { letter-spacing: 3px; }

This is for Joomla 4. If you are still using Joomla 3, you can find this CSS code in the template options, under Custom > CSS tab.

Regards,
Milos

Please Log in to join the conversation.

  • jimmyc
    Inactive member
  • Topic Author
  • Member
  • Member
More
1 year 10 months ago #49966 by jimmyc
that did the trick. Thank you

jim

Please Log in to join the conversation.

Time to create page: 0.221 seconds
Powered by Kunena Forum