Announcement

Collapse
No announcement yet.

Accessing CSS/JS Files in Shadows

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Accessing CSS/JS Files in Shadows

    I'm a new developer who's trying to migrate a site from Levels to Shadows. We've implemented the shadows framework and we're trying to do some basic CSS margin work.

    2 Questions:

    How do I access the css of the global footer? I want to add a margin under a div and I tried making a custom.css file and adding it to css resources, but it didn't show any change.

    How do I access the javascript of a category header? I want to add read more functionality

    - Yousef

    #2
    Generally, css customizations are made to the theme.css file that already exists in the shadows css resources. If you want to link your own custom.css file, you need to find the Combined Resource file in the css resources section, check the box beside it, then click the 3 dots and select Combined Resources. Then, click the slider beside your custom.css file to assign it to the Combined Resources file.

    Comment


      #3
      Thank you so much Leanne!

      Comment

      Working...
      X