Hi pookmish,

Ref: https://cpanel-dept2-dev-fjsimons.princeton.edu

I installed the Asset Injector on a CPANEL site with Drupal 8.1.8 installed. It is located in public_html/modules/asset_injector using the standard Drupal "install module" method. I can not get it to work. For example, I tried to change the color of my banner head. (see attachment). Is there a configuration file that needs to be installed?

Appreciate the help.

g.g

Comments

Geo Geektress created an issue. See original summary.

gchalker@princeton.edu’s picture

Issue summary: View changes
pookmish’s picture

It appears to be working in my inspections. using your screenshot, i was able to see that css in an aggregated css file https://cpanel-dept2-dev-fjsimons.princeton.edu/sites/default/files/css/...

Changing the css to

#pre-header,#header-top {
  background-color:#116787 !important;
}

changed the color. I suggest investigating more on css practices.

pookmish’s picture

Status: Active » Closed (cannot reproduce)