Jump to content

Change Slider on Modern Order Form


tommyinnn

Recommended Posts

Tommy,

 

it already uses an image - if you look in:- includes/jscript/css/ui.all.css

there is the following line (it's on line 5 but it's a very long line, so you may have to search for it!) :-

 

.ui-state-default{border:1px solid #ddd;background:#f6f6f6 url(images/ui-bg_highlight-soft_100_f6f6f6_1x1000.png)

by default it will show the above image if it's available (it's in the "images" directory), if not it uses #f6f6f6.

 

if you rename the image url so that it can't be found, and alter the hex background color figure, that will change the color of the slider, e.g the following will make the button red.

 

background:#ff0000 url(images/ui-bg_highlight-soft_100_f6f6f6_1x1000.png)

you may have to clear your browser cache and/or templates_c to see it change color.

 

http://prntscr.com/23o4si

 

alternatively, you could create a new graphic, choose an approximate hex figure as backup and alter both features of the above line - there are themes available from jqueryui.com, but you may find it easier to create your own image.

 

for the borders, hover and active colors/images, they can all be changed in a similar way on that same line.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated