What theme are you using? Where did you download it from?
Am using Admired as themes: downloaded from world press
I know how it may sound to tell you that i will find it hard to apply that code : I just need all my previous and new post to have uppercase : if you can help me with a link to a plugin, better: if none: can u plz give me a little help on how to apply the code : have little knowledge of HTML
You need to use CSS – not HTML.
CSS Tutorials
Learning CSS
Do not edit the theme itself. First create a child theme for your changes. Or install a custom CSS plugin.
Have done this : install a custom CSS plugin
Now, see the page at the link that Media X posted above.
Done that : do i have to use this : h1 {text-transform:uppercase;}
You’re on the right track – although that might effect other parts of your content. Try using Firefox with the Firebug add-on for this kind of CSS troubleshooting. Or use whatever developer tool is available in your web browser.
Can i show you the website so you can see what am talking about : y i download Firebug add-on now : Sharedis.blogspot.com
Now, as esmi suggested, install a custom css plugin. For example Custom CSS Manager and add this code in it:
.entry-title, .entry-title a {
text-transform: uppercase;
}
Now, as esmi suggested, install a custom css plugin. For example Custom CSS Manager and add this code in it:
.entry-title, .entry-title a {
text-transform: uppercase;
}
You guys are the best: thank you very much : it worked: I have to learn more to be able to handle things my self : thank you: once again