Site Title Uppercase Problem

Posted in: Newspaper
Post count: 4

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?

Post count: 23312

Hello Technicss,

For a more accurate code, please provide your website URL so I can inspect it closer. You should try to add the uppercase form using a bit of CSS and target your title class -> text-transform:uppercase.

Hope this helps!

Thanks.

Post count: 4

I try editing css files and classes but I can’t found newspaper title class in css files. What is title class name?

Post count: 4

I try editing css files and classes but I can’t found newspaper title class in css files. What is title class name?

Post count: 23312

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!

Post count: 4

Hi Catalin,

Thank you for your help but I’m not talking about the post title.

I need change a site title.

Ex; <title>Capitalize</title> instead of <title>UPPERCASE</title>

You can see in the below picture.

newspaper-title-uppercase-problem

Post count: 23312

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!

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