Category: CSS

blog image

CSS Attribute Selectors

CSS selectors can be pesky, but so can design requirements. When it comes time to build a website, having a full arsenal of selectors at your disposal can be an invaluable skill. Attribute Selectors Attribute selectors come in handy quite often when dealing with third party plugins or when you need to select a specific

blog image

BEMIT and WordPress

The Problem Maintaining order when making custom WordPress themes can be difficult. Balancing generic classes to be used across multiple pages with specific classes for singular page templates can be difficult. Knowing when to override what class, and how to best implement the css can also be a challenge. Luckily, we have BEMIT to handle