Tag Archives: css
29
Apr

Override Magento 2 Less Style Sheets

This post will cover some of what I’ve learned about the way Magento 2 (version 2.1) handles style sheets. I’ve been upgrading a Magento store installation for a client who was using an older version of it along with a custom theme. After going through the data and code upgrade, it came time for the […]

Continue Reading →
19
Nov

AS3 ModuleLoader and ModuleManager CSS

While programming in Flex 4.5, I came across an issue that took forever to figure out. It had to do with the ModuleLoader class and the inability of it to inherit styles from the application that was loading it. According to Flex documentation, a Module that is loaded into the same application domain as it’s […]

Continue Reading →
13
Sep

WordPress 3.0 Admin Issues (CSS/Javascript)

Recently I moved a WordPress web site from one server to another. The “move-from” server was running an older version of php than the “move-to” server. After logging into the WordPress administration, I noticed that the css was all messed up. Part of the css was working (displaying some icons, colors, etc.), but the majority […]

Continue Reading →