How do I change box color on Order Page
13 years 8 months ago #83904
by simo90
Brad
Sunday School Teacher Training
www.m2820.com
How do I change box color on Order Page was created by simo90
I created an order, then went to look at the Order form:
www.m2820.com/index.php?option=com_hikas...%5b%5d=12&Itemid=122
As you can see, the boxes for the "Billing Address" and "Shipping Address" are white as is the text within them. How do I change the color of one or the other, so you can read the text. I cannot change the text style color since that is the color of all the text on my site. I would need to change either the text class or the box color.
www.m2820.com/index.php?option=com_hikas...%5b%5d=12&Itemid=122
As you can see, the boxes for the "Billing Address" and "Shipping Address" are white as is the text within them. How do I change the color of one or the other, so you can read the text. I cannot change the text style color since that is the color of all the text on my site. I would need to change either the text class or the box color.
Brad
Sunday School Teacher Training
www.m2820.com
Please Log in or Create an account to join the conversation.
Less
More
- Posts: 12953
- Thank you received: 1778
13 years 8 months ago #83982
by Mohamed Thelji
Replied by Mohamed Thelji on topic How do I change box color on Order Page
Hi,
There is no new color around your Billing/Shipping address fields, so did you solved your problem ?
There is no new color around your Billing/Shipping address fields, so did you solved your problem ?
Please Log in or Create an account to join the conversation.
13 years 8 months ago #83996
by simo90
Brad
Sunday School Teacher Training
www.m2820.com
Replied by simo90 on topic How do I change box color on Order Page
No. If you look above the addresses, you will see a white box. Inside that white box is white text that says, "Billing Address" and "Shipping Address", but since they are both white, the boxes look empty. I'm trying to figure out how to change the color of the boxes so the text inside them is readable.
Brad
Sunday School Teacher Training
www.m2820.com
Please Log in or Create an account to join the conversation.
Less
More
- Posts: 12953
- Thank you received: 1778
13 years 8 months ago - 13 years 8 months ago #84019
by Mohamed Thelji
Replied by Mohamed Thelji on topic How do I change box color on Order Page
Ok,
So I think that you'll have to :
- Go to "Hikashop->System->configuration->Display->'front-end CSS'"
- Edit your front-end CSS
- And Change the background-color propriety of these lines :
Here is how I see your Billing/Shipping addresse (without any white box):
So I think that you'll have to :
- Go to "Hikashop->System->configuration->Display->'front-end CSS'"
- Edit your front-end CSS
- And Change the background-color propriety of these lines :
Code:
hikashop_affiliate_main fieldset {
border: 1px solid #CCC;
background-color: black;
}
Here is how I see your Billing/Shipping addresse (without any white box):
Last edit: 13 years 8 months ago by Mohamed Thelji.
Please Log in or Create an account to join the conversation.
Time to create page: 0.193 seconds