Can I create my own CSS style sheet to overide existing CSS and how do i link to it

ourhandyman

Joined: 2010-09-03
Posts: 9
Posted: Fri, 2010-09-03 22:42

`hi

`is it possible to create my own separate CSS file and have it make changes to a template. Do i need to store it in a particular folder, how do i link to it

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16503
Posted: Fri, 2010-09-03 22:59

You can just take the existing style sheet at /themes/YourTheme/theme.css and either edit that or copy it to /themes/YourTheme/local/theme.css and edit that.

____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 6136
Posted: Sat, 2010-09-04 04:54

@nivekiam css files don't get detected in /local only templates files.

-s
FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16503
Posted: Sat, 2010-09-04 05:01

They do for me.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here

 
ourhandyman

Joined: 2010-09-03
Posts: 9
Posted: Sat, 2010-09-04 23:45

Many thanks for your comments guys