Earlier today, somebody in the Graphene Theme support forum asked about changing the location of the “Next Post” and “Previous Post” links: I’d like to put the pointers to prev/next posts below a post as well as at the top, preferably between the post and any comments. Is that possible please and, if so, how? …read more…
Posts tagged with: CSS
Add CSS Classes to Images in WordPress
Not many people realize how easy it is to control the appearance of selected images in WordPress by adding a CSS class to the image, but this is a very powerful tool to control the appearance of your website. For example, WordPress automatically adds a border around all images. Here’s an example: If you want …read more…
Web Development and the End of Internet Explorer
Once you begin developing web content, it doesn’t take you long to figure out that how your web site appears to people is, to a lesser or greater degree, a matter of which browser they are using. It’s to a lesser degree if your readers are using a browser that supports current web standards, such …read more…
Target Graphene Action Hook Widgets by their Unique ID
In my earlier post about using Graphene action hook widgets, I neglected to mention how to target each widget in the style sheet. In much the way that WordPress gives each widget its own unique ID, which you can then target with some specific CSS, Graphene also provides each of these action hook widget areas …read more…
Styling WordPress Posts, Pages, Archives and Home Pages by Class
One of the neat things about WordPress is that it adds a unique id to posts, pages, tags, categories, and widgets (plus lots of things I’ve left out), making it not just possible but incredibly easy to target the CSS styling for one particular instance of any of those items. The Basic Technique However, WordPress …read more…