Source / Via not in all CAPS

Posted in: Newspaper
Post count: 19

Is it possible to have source & via show up as typed in post setting without being all capital letters ?

Post count: 6600

Hi,

Add this custom CSS:

.post-source-via {
text-transform: none;
}

..in Theme Panel -> Cutom CSS

You will get this result: http://screencast.com/t/YvtwZVzWJvEd

Thanks

Post count: 19

Thx lucian,

I added that in the custom css but even after clearing the cache it’s still in uppercase 🙁

Post count: 6600

Hi,

Should work, add this !important at the end of the none value like this:

.post-source-via {
text-transform: none !important;
}

..and try again.
If this doesn’t work please send us a link to see the issue.

Thanks

Post count: 19

the extra !important did the job thanks 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.