You are here: Home
Support site for Tips and Tricks HQ premium products
Wow, you’re right. I was using Firefox. I just tried it with Internet Explorer and it looks exactly like it should. Had no idea the Firefox browser did that. Thank you for your help.
Charles
Thank you for your response. The CSS code did make the variation showing in the box larger but when the down arrow is clicked, the list of variations that show are still very small. Only the currently selected variation displays in the larger font. Is there more CSS code that will make the drop down list of available variations larger as well?
Charles
That fixed it. Thank you for the help.
Charles
That fixed the download now button problem. Can you give me some similar code for the add to cart button? Thank you.
Just fixed the problem. I changed the css code to this.
.format_text .eStore_add_to_cart_button {
border-width: 0;
}
.eStore_button_object input{
background:none;
border-color: none;
border-style: none;
}
It now works perfectly.