You are not logged in.
Pages: 1
Hi
Hope someone can help
We are trying change the buttons relating to eCommerce, so add to cart, checkout etc
Looking at template_css.tpl we can see the ims button and the code below, when changing this and clicking save any changes are not showing on the live website
Are we missing something in terms of changing the buttons?
Thanks you
Stuart
---------------------
> > .imsbutton
> > {
> > background-image: url(images/ecom_btn_bg.png);
> > background-repeat: repeat-x;
> > [*
> > * This colour is deliberately outside the colour scheme. The button
> > is * styled to match itself, not the page. Advanced users can
> > change it here. *]
> > border: 1px outset #A0A0A0;
> > font-family: Verdana, sans-serif;
> > text-transform: uppercase;
> > padding: 2px;
> > padding-left: 5px;
> > padding-right: 5px;
> > font-size: 0.8em;
> > margin: 0px;
> > cursor: pointer;
> > }
Offline
Hi Stuart,
CSS changes not showing up immediately is usually an indication that the stylesheet is being cached somewhere. In recent themes, the header includes
v={$IMS_THEME.revision}
as an argument to css_parser.tlx - this string identifies the requested revision and causes caches containing previous versions to be bypassed.
If you don't already have this in your theme, you should add it, as it is very likely to solve your issue.
Kind regards,
Dominic
Offline
Thank you Dominic, will try that...
Offline
Just to let you know this worked, thank you
Offline
Pages: 1