Posts Tagged "CSS"

How to target a specific row in a table via CSS

Posted on Mar 28, 2014

This week I needed to make use of another CSS Pseudo element which is – like many of its colleagues – a rather sharp tool in the CSS toolbox. I was using the eMember plugin for a membership site...

Learn More

How to style block quotes in P2

Posted on Feb 8, 2014

I’ve just snazzed up the blockquotes styling on a couple of my P2 sites and thought I’d share the code that did it. Here’s an example of the final result in P2: This is a block quote. You...

Learn More

How to use a custom font in CSS

Posted on Oct 15, 2013

Did you know that with CSS 3 you can load custom true type fonts and use them on your website? It’s relatively simple to do too. First you define a new font face with a URL to your file, then you call...

Learn More