Issue with Buttons: Register and Checkout

  • media
  • Topic Author
  • Visitor
  • Visitor
12 years 3 months ago - 12 years 3 months ago #13840 by media
You can reproduce this issue in your Demo eCommerce with Joomla 1.7. I got something into the cart and moved on to "Add/Edit billing address information". When moving over "Register and Checkout" and "Checkout as Guest", the buttons appear in a strange way.

I checked an reproduced this using Firefox 9.0.1. With IE9 the background of the Button is green and the text is still readable.

Another thing is, that the field's background and font color are overlapping, so that nothing can be read.

What can i do?

This is the page:
demo.hotjoomlatemplates.com/ecommerce17/...resscart&addrtype=BT
Last edit: 12 years 3 months ago by media.

Please Log in to join the conversation.

More
12 years 3 months ago #13851 by ivan.milic
open components/com_virtuemart/assets/css/vmsite-ltr.css

.vm-button-correct, .vm-button-correct:hover, .vm-button-correct:visited {
font-size: 12px;
font-weight: 700;
display: inline-block;
text-decoration: none;
color: #777;
}

is style when hovering over, you can just remove font-size and font-weight , and you can put !important flag on color property:

color: #777!important;

Please Log in to join the conversation.

  • media
  • Topic Author
  • Visitor
  • Visitor
12 years 3 months ago #13863 by media
Thank you! Can you please tell me where to put the file in order to use this css file as an override?

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
12 years 3 months ago #13898 by milos
You can enter the CSS code in the bottom of any CSS file of the template, such as template_css.css or layout.css

Please Log in to join the conversation.

  • media
  • Topic Author
  • Visitor
  • Visitor
12 years 3 months ago #13916 by media
Yes, i will try this. Unfortunately, with the first try in the css of com_virtuemert, nothing happens. Will try again.

Please Log in to join the conversation.

Time to create page: 0.322 seconds
Powered by Kunena Forum