change font color of copuon zone (cart)
Winter sport ecommerce template for Joomla with VirtueMart support
- GK User
- Thu Jan 17, 2013 4:59 pm
Hello, how can i change font button copupon color to pink (in cart)?
I need too more lenght to put code
attach
I need too more lenght to put code
attach
coupons.jpg
-
- Senior Boarder
- teitbite
- Fri Jan 18, 2013 5:09 am
Hi
Please tell me the link to the page from this screenshot.
Please tell me the link to the page from this screenshot.
-
- Moderator
- GK User
- Fri Jan 18, 2013 10:32 am
teitbite wrote:Hi
Please tell me the link to the page from this screenshot.
http://botiga.lacalendula.net/
sell any item and go to cart. This section is to introduce coupons codes. I need change color button and I need more lenght in label to introduce code
thanks
-
- Senior Boarder
- teitbite
- Sat Jan 19, 2013 3:26 am
Hi
You need to guide me to this page. I do not know Your language so I'm having trouble adding things to cart. There is no add to cart button and when I try to register I see a long message which I do not understand. Can You make me some dummy user so I'll be able to make a purchase and see coupon box ?
You need to guide me to this page. I do not know Your language so I'm having trouble adding things to cart. There is no add to cart button and when I try to register I see a long message which I do not understand. Can You make me some dummy user so I'll be able to make a purchase and see coupon box ?
-
- Moderator
- GK User
- Sat Jan 19, 2013 10:28 am
teitbite wrote:Hi
You need to guide me to this page. I do not know Your language so I'm having trouble adding things to cart. There is no add to cart button and when I try to register I see a long message which I do not understand. Can You make me some dummy user so I'll be able to make a purchase and see coupon box ?
Hello, You can change lenguage in lenguage selector up-left.
I create a user for you user: gavick pass: 1234
thnaks
-
- Senior Boarder
- teitbite
- Sun Jan 20, 2013 10:33 am
Hi
To resize coupon code use this css:
here is a code to manipulae the look of a save button:
To resize coupon code use this css:
- Code: Select all
#coupon_code {
width: 200px;
}
here is a code to manipulae the look of a save button:
- Code: Select all
span.details-button input.details-button {
background: none repeat scroll 0 0 pink;
border: 1px solid #EEEEEE;
color: #135CAE;
font-family: Tahoma;
text-transform: none;
}
-
- Moderator
- GK User
- Mon Jan 21, 2013 11:48 am
teitbite wrote:Hi
To resize coupon code use this css:
- Code: Select all
#coupon_code {
width: 200px;
}
here is a code to manipulae the look of a save button:
- Code: Select all
span.details-button input.details-button {
background: none repeat scroll 0 0 pink;
border: 1px solid #EEEEEE;
color: #135CAE;
font-family: Tahoma;
text-transform: none;
}
Hello, coupon size is work ok!
Button color change to new color but now not color change to orange when move mouse up. I can't not change Font color to white.
my code->
span.details-button input.details-button {
background: none repeat scroll 0 0 #99b25d;
border: 1px solid #EEEEEE;
color: white;
font-family: Tahoma;
text-transform: none;
}
do you know?
thanks
-
- Senior Boarder
- teitbite
- Tue Jan 22, 2013 1:38 am
Hi
For hover effect You need to use this code:
For hover effect You need to use this code:
- Code: Select all
span.details-button input.details-button:hover {
background: none repeat scroll 0 0 #aaa;
color: #ffffff;
}
-
- Moderator
- GK User
- Tue Jan 22, 2013 10:48 am
teitbite wrote:Hi
For hover effect You need to use this code:
- Code: Select all
span.details-button input.details-button:hover {
background: none repeat scroll 0 0 #aaa;
color: #ffffff;
}
Nice work, thanks
only a dubt, I can Change font color white in button when are not mouse on. I write:
span.details-button input.details-button {
background: none repeat scroll 0 0 #99b25d;
color: #ffffff;
border: 1px solid #EEEEEE;
text-transform: none;
}
and I don't understand why color font are blue.
-
- Senior Boarder
- teitbite
- Wed Jan 23, 2013 2:11 am
Hi
It can be an override from VM style. Please replace the color line in Your code:
with
try the same in :hover class too.
It can be an override from VM style. Please replace the color line in Your code:
- Code: Select all
color: #ffffff;
with
- Code: Select all
color: #ffffff !important;
try the same in :hover class too.
-
- Moderator
- GK User
- Wed Jan 23, 2013 9:55 am
teitbite wrote:Hi
It can be an override from VM style. Please replace the color line in Your code:
- Code: Select all
color: #ffffff;
with
- Code: Select all
color: #ffffff !important;
try the same in :hover class too.
Perfect, thankyou very much!
-
- Senior Boarder
- GK User
- Mon Jul 21, 2014 1:03 pm
Sorry, I really tried to find it myself, but I just couldn't find the css file, where I can change the code: .coupon_code
I also use gk_instyle and the box where a customer can enter the coupon code is to short and I'd like to lengthen it a little bit. In which CSS file can I find this code? Sorry for causing further troubles.
thanks a lot and best regards
I also use gk_instyle and the box where a customer can enter the coupon code is to short and I'd like to lengthen it a little bit. In which CSS file can I find this code? Sorry for causing further troubles.
thanks a lot and best regards
-
- Fresh Boarder
- teitbite
- Tue Jul 22, 2014 5:29 pm
Hi
You do not need to search for the file with code. Please simply add it to override.css file just remember to allow using override in template settings:
You do not need to search for the file with code. Please simply add it to override.css file just remember to allow using override in template settings:
- Code: Select all
span.details-button input.details-button {
color: #ffffff !important;
}
-
- Moderator
- GK User
- Tue Jul 29, 2014 9:59 pm
Thanks a lot for your reply. But I would like to change the size of the of coupon field. Respectively the length of the coupon field. How do I do that? Sorry, I really tried to find it out by myself...
-
- Fresh Boarder
- teitbite
- Thu Jul 31, 2014 5:47 pm
Hi
Plese tell me the url to the page where I'll be able to see the cupon field.
Plese tell me the url to the page where I'll be able to see the cupon field.
-
- Moderator
- GK User
- Thu Jul 31, 2014 6:17 pm
Hi Teitebite
Thanks a lot for your fast reply! So the site is here:
http://dibi.aurum.ch/index.php/virtuemart/shop-front-page/unisuits/fun/shirt-in-bright-detail
you can just add this article and then go to the checkout. I use VMonePageCheckout and asked them also, but they said, the problem is located from the original coupon field CSS. And I really could find it. Probably it's somewhere located in a php file. But I looked through a lot of Php files and I couldn't find this code snipped.
Thank you so much for your efforts!
Best Regards
Silvan
Thanks a lot for your fast reply! So the site is here:
http://dibi.aurum.ch/index.php/virtuemart/shop-front-page/unisuits/fun/shirt-in-bright-detail
you can just add this article and then go to the checkout. I use VMonePageCheckout and asked them also, but they said, the problem is located from the original coupon field CSS. And I really could find it. Probably it's somewhere located in a php file. But I looked through a lot of Php files and I couldn't find this code snipped.
Thank you so much for your efforts!
Best Regards
Silvan
-
- Fresh Boarder
- teitbite
- Fri Aug 01, 2014 2:52 pm
Hi
Here is a part of code You can use to resize coupon code. Just add it to override.css and make sure override is enabled in template settings:
Here is a part of code You can use to resize coupon code. Just add it to override.css and make sure override is enabled in template settings:
- Code: Select all
#ProOPC .proopc-input-append #proopc-coupon-code[type="text"] {
width: 100px !important;
}
-
- Moderator
- GK User
- Fri Aug 01, 2014 3:01 pm
Wow! This is awesome!! Thank you so much! Really great support! Thank you very very much! I'll go and add a good review on joomla.org for all your help!!
-
- Fresh Boarder
- teitbite
- Sat Aug 02, 2014 3:53 pm
Hi
Thant You, that's really nice of You
Thant You, that's really nice of You
-
- Moderator
19 posts
• Page 1 of 1