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
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
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.
Posts: 16503
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
Posts: 6136
@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
Posts: 16503
They do for me.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 9
Many thanks for your comments guys