Quote:
Originally Posted by greekman
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