Hi,
in your tc_common.min.css is a style which is overwriting the spreadplugin css.
input[type="submit"]:hover {
background-color: #222;
background-position: 0 -15px;
color: #fff;
text-decoration: none;
transition: background-position 0.1s linear 0s;
}
you may change or overwrite the spreadplugin code using Custom CSS in Spreadplugin Options or remove that line in the stylesheet 🙂
Best
Thimo
Hi Thimo,
I pasted the code into the custom css spreadplugin and I still have the same issue.
Thanks!
Right, because it’s not the solution, just a hint to solve it 🙂
I can’t respond to each templates style needs… 🙂
Anyway use:
.spreadplugin-items input[type="submit]:hover {
background-position: -350px -185px !important;
}
Ah ok. Thanks this time I tried looking for the css again and I was able to find the code that corresponds with the problem. Now it is fixed with the following code:
.spreadplugin-article input[type=submit], .spreadplugin-article-detail input[type=submit] {
width: auto;
background-position: -350px -185px !important;
}
I was wondering is there a way to decrease the time it takes for the counter in the basket to increase after adding items in the basket?
Thanks!
Right 🙂
Because I am working with the api directly, it’s the response time of the api. Currently there is no time for me to rebuild the code and so work indirectly with the api. Thus the image cache is not used, too.