Sorry, i posted this on TF as template authors seem to use it a lot. I guess here might have been a better option.
I have seen a couple of templates that have a tool on the side to change the color of a background or html element using a color wheel.
I had a little search, and I only seem to find WP template switchers and JS css switchers that jump to another css.
I am looking for something that will change the style of the element as you click on the color in the tool?
I thought I had seen one on codecanyon but now I can only find the full css file switchers.
Any ideas?
Thanks
Any ideas?
I am looking to buy an item for this.
- Author had a File in an Envato Bundle
- Attended a Community Meetup
- Author had a Free File of the Month
- Item was Featured
- Most Wanted Bounty Winner
- Microlancer Beta Tester
- Sold between 100 000 and 250 000 dollars
- Contributed a Tutorial to a Tuts+ Site
That’s a bit too project-specific for an universal solution. It boils down to 2-3 lines of jQuery code so I’m not quite sure you’ll be able to find a ready-made solution.
WebFactory said
That’s a bit too project-specific for an universal solution. It boils down to 2-3 lines of jQuery code so I’m not quite sure you’ll be able to find a ready-made solution.
Thanks for letting me know. I have done some searches to find some tutorials etc.. but I dont think I am searching for the right thing.
A theme switcher and css switcher all point to tutorials where you actually flip back and forth between style sheets.
I actually want the color of an element to change as you are on the page.
Thanks
- Author had a File in an Envato Bundle
- Attended a Community Meetup
- Author had a Free File of the Month
- Item was Featured
- Most Wanted Bounty Winner
- Microlancer Beta Tester
- Sold between 100 000 and 250 000 dollars
- Contributed a Tutorial to a Tuts+ Site
godonholiday said
I actually want the color of an element to change as you are on the page.
Yes, that’s 2-3 lines of jQuery code. Basically just onColorPickerChange .... $('#element').css('color', currentColorpickerColor);
WebFactory said
godonholiday saidYes, that’s 2-3 lines of jQuery code. Basically just
I actually want the color of an element to change as you are on the page.onColorPickerChange .... $('#element').css('color', currentColorpickerColor);
Thanks, that seems to make sense. I guess I just need a color picker and work through geting its current state.
Thanks for the help!
