Customizing your style with Jquery UI

Mark

Administrator
Staff member

Anna

Member
OK, re-skinning for dummies: Whats the line in the wrapper indicating the version you are talking about for us that barely read "codish"? :D
 

CrazyCoder

Member
in the <head> ..... </head> section of the wrapper.html,
you call the css files & some scripts :)

an example :
HTML:
<script type="text/javascript" src="js/jquery-ui-1.8.12.custom.min.js"></script>
 

ryancbarnes

Member
Hmm, interesting. If we do this, does it apply all over the site sort of automatically or do we still have to do some extensive coding to make it all come together?
 

Basti

Administrator
Staff member
Does apply everywhere inside parabola, including the plugin overall stats
 
Top