How to change the colour of the menu?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
srkssit
Forum Newbie
Posts: 3
Joined: Tue Jan 13, 2009 6:26 am

How to change the colour of the menu?

Post by srkssit »

I have bought a new Hot Or Not Image Rating script developped by cresoft.
The script is working superb in my Application but as being a non-technical person I am not able to change the colour of the menu.Can any one help me?
The script is available here:- "http://www.hotornotclone.com/"

Thanks
Last edited by srkssit on Sat Jan 17, 2009 9:58 am, edited 1 time in total.
watson516
Forum Contributor
Posts: 198
Joined: Mon Mar 20, 2006 9:19 pm
Location: Hamilton, Ontario

Re: How to change the colour of the menu?

Post by watson516 »

I am going to take a guess and say you can change the css colour values to change the menu colours.
User avatar
blue-printf
Forum Newbie
Posts: 12
Joined: Mon Jan 12, 2009 9:27 am

Re: How to change the colour of the menu?

Post by blue-printf »

without a look at the code its just gonna be a wild guess .i doubt that the style tags are directly in the php script so probarly you have a css file. go to a page on your site with the menu on it and click right mouse and choose view source. search for the menu and look for id= or class= . find the same in your css file and change the background color.
Post Reply