When I try site title type uppercase and click save. Setting are saved but site title is not uppercase. Title text transform is still capitalize. My site title must be uppercase. I try default wordpress and see no problem. But this option at newspaper doesn’t work. How can I do this?
Hello Technicss,
If you want to have all your title from your website to be “uppercase”, you have to use the code below to transform them.
The code is ->
.entry-title {
text-transform:uppercase;
}
The result you should see here -> http://screencast.com/t/azEmvtv6
Hope this helps!
Thank you for the message!
Hello Technicss,
Unfortunately, this kind of setting is not controlled by the theme. If you want to have access to change the attribute from your post title in your link, you have to use SEO Yoast and the simplest way to do them uppercase it is to change them manually when you edit each post, like this -> http://screencast.com/t/u7pdrJgKWL -> http://screencast.com/t/NsnuOs4gKFL -> and the result you should see here -> http://screencast.com/t/9h5qYOvNFY
The plugin is SEO by Yoast -> https://yoast.com/wordpress/plugins/
Hope this helps!
Thank you for your understanding!
