Triton Lite: change all caps post titles
-
Hi all,
Post titles in Triton Lite are all in forced caps, is there a way to change this so titles are ‘as written’, with a combo of caps and lowercase?
I’ve found the element in the CSS code and have tried changing it as below, but it is not making any difference, the preview still shows caps for post titles.
#posts .postitle, #posts .postitle a {
text-transform: none;
}The only element that seems to be changeable (using the code below) is the post titles on the front page, which I want to keep in caps.
.lay1 > div .postitle a {
text-transform: none;
}All help appreciated, I’ve hit a bit of a brick wall in terms of my CSS know how.
Thanks!
DMForumThe blog I need help with is: (visible only to logged in users)
-
- The topic ‘Triton Lite: change all caps post titles’ is closed to new replies.