Hi there, when i create a new css theme based on any Scriptcase template (Scriptcase/LigthBlue,Scriptcase/GrayWhite and so on), i was never be able to change the background color, it doesnt change anything. I can perfectly change the background color on others themes templates like “Android/Blue, Android/Black,Mac/Black”. Please someone help me, i really need a flat design for my project. Thanks.
I suggest you use firebug to check the css. Find the piece that is white and click on it using firebug. You should be able to see the css part that is used there. The name of that css part should reveal what you need to change in the css. Since the name is sort of like the css part… I dont know the names by head so it is up to you to find it…
thanks a lot rr, i found the css line, its under the ul#css3menu1 name. Is there any way to modify the css from scriptcase code? Thanks for you help.
as far as I know you cant modify the css since it is in a seperate file and gets loaded, but you can modify the html you display using standard jquery.
You can choose a different css but you’d have to hack in the code I think.
I havent delved that far in to it…