#1  
Old 08-16-2012, 04:41 AM
greekman's Avatar
greekman greekman is offline
 
Join Date: Aug 2012
Posts: 29
Default The close button "x"

The popup window is closed by clicking on an image that looks like an "x". It is located in the upper right hand side of the popup window. I would like to make this image larger and colorful so that older people with unsteady hands on mice can see the image and close the window a little easier.

Where is this image located in the css?
Reply With Quote
  #2  
Old 08-16-2012, 08:13 AM
Maya's Avatar
Maya Maya is offline
Ecwid Team
 
Join Date: Feb 2010
Location: Ecwid headquarter
Posts: 3,991
Send a message via Skype™ to Maya
Default

Quote:
Originally Posted by greekman View Post
The popup window is closed by clicking on an image that looks like an "x". It is located in the upper right hand side of the popup window. I would like to make this image larger and colorful so that older people with unsteady hands on mice can see the image and close the window a little easier.

Where is this image located in the css?
In order to change close button styles you should use following code in your custom CSS theme in Ecwid control panel -> System Settings -> Design:
Code:
button.ecwid-popup-closeButton {
    background: url("http://yoursite.com/images/popup_close.png") no-repeat scroll center center transparent;
    height: 15px;
    width: 15px;
}
change "http://yoursite.com/images/popup_close.png" to the real absolute path to new close button image. Change "width" and "height" parameters, if needed.
__________________
Maria Nikiforova, Ecwid Team

------------------
Welcome to our Knowledge Base with a lot of answers, tips and receipts!

Please, rate my reply here
Reply With Quote
The Following User Says Thank You to Maya For This Useful Post:
Amanda Jones2 (04-19-2013)
  #3  
Old 08-16-2012, 02:06 PM
greekman's Avatar
greekman greekman is offline
 
Join Date: Aug 2012
Posts: 29
Default

Thank you very much for the prompt response and the correct coding! I had my new larger and colorful button working in less than two minutes. I really, really enjoy Ecwid!
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:26 AM.
Powered by vBulletin® Version 3.8.6. Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.