ThemeForest

Dynamic CSS changer?

431 posts
  • Has been a member for 3-4 years
  • Contributed a Tutorial to a Tuts+ Site
  • Exclusive Author
  • Sold between 100 and 1 000 dollars
  • Bought between 10 and 49 items
  • United Kingdom
  • Referred between 1 and 9 users
godonholiday says

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

4 months ago
40 posts
  • Has been a member for 1-2 years
  • Exclusive Author
  • Sold between 10 000 and 50 000 dollars
  • Bought between 1 and 9 items
  • Thailand
  • Referred between 1 and 9 users
wegrass says

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

For colorpicker I use this plugin http://blog.meta100.com/post/600571131/mcolorpicker and here is a jQuery sample to track the color change event

$('#bg-color-custom').change(function(){ $('body').css('background-color', $(this).val()); });

Hope this help :)

3 months ago
by
by
by
by
by