This object is in archive! 

theme.css should load after custom-select.css

Archived Annevar M. 10 years ago

I am in the middle of creating a custom skin with different colors and styles. Your code that is in head.phtml:

  1. <?php if (!Singular_Core::_('Theme')->isDefault()): ?>
  2. <?php $this->headLink()->appendStylesheet($this->stylesheetSrc('theme.css', null, true)); ?>
  3. <?php endif; ?>

This should load after all other CSS on the page, thus after:

  1. <?php $this->headLink()->appendStylesheet($this->stylesheetSrc('custom-select.css', null)); ?>

Replies (1)

photo
1

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!

You can't vote. Please authorize!