This object is in archive! 
theme.css should load after custom-select.css
I am in the middle of creating a custom skin with different colors and styles. Your code that is in head.phtml:
- <?php if (!Singular_Core::_('Theme')->isDefault()): ?>
- <?php $this->headLink()->appendStylesheet($this->stylesheetSrc('theme.css', null, true)); ?>
- <?php endif; ?>
This should load after all other CSS on the page, thus after:
- <?php $this->headLink()->appendStylesheet($this->stylesheetSrc('custom-select.css', null)); ?>
Thank you for the bug. It's fixed and will be live in 3.1 release. Really appreciate your approach in testing beta version
Thank you for the bug. It's fixed and will be live in 3.1 release. Really appreciate your approach in testing beta version
Replies have been locked on this page!