I have cloned the User Profile panel and would like to use advanced_profile.css with it. I tried adding <style type="text/css" media="print">@import "<?php print base_path() .drupal_get_path('module', 'advanced_profile') ?>/advprofile/advanced_profile.css";</style> to page.tpl.php. It adds the file, however no styling is applied to #user-profile .panel-pane h2.title.
Any tips on how to use APK styling on other panels?
Comments
Comment #1
michelleThis is the code for it:
Just put that in your template.php and change the first if() to match the pages you want it on.
Michelle
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.