- Posts: 14116
- Thank you received: 1639
Issue with Buttons: Register and Checkout
-
media
- Topic Author
- Visitor
12 years 11 months ago - 12 years 11 months ago #13840
by media
Issue with Buttons: Register and Checkout was created 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
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 11 months ago by media.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
12 years 11 months ago #13851
by ivan.milic
Replied by ivan.milic on topic Re: Issue with Buttons: Register and Checkout
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;
.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
12 years 11 months ago #13863
by media
Replied by media on topic Re: Issue with Buttons: Register and Checkout
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
Less
More
- Posts: 6751
- Thank you received: 718
12 years 11 months ago #13898
by milos
Replied by milos on topic Re: Issue with Buttons: Register and Checkout
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
12 years 11 months ago #13916
by media
Replied by media on topic Re: Issue with Buttons: Register and Checkout
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.150 seconds