- Posts: 90
- Thank you received: 0
product price font color
-
skytech
Inactive member - Topic Author
- Member
Less
More
10 years 1 month ago #42492
by skytech
product price font color was created by skytech
How can i change the price font color and remove the box both from all product and also on modules
Please Log in to join the conversation.
-
skytech
Inactive member - Topic Author
- Member
Less
More
- Posts: 90
- Thank you received: 0
10 years 1 month ago #42504
by skytech
Replied by skytech on topic product price font color
Please can the admin help me out on my support request. it is 22 hours now and no reply
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 1 month ago #42510
by ivan.milic
Replied by ivan.milic on topic product price font color
For color in template_css.css:
span.PricesalesPrice {
display: block;
width: 65px;
height: 65px;
line-height: 65px;
color: #fff !important;
background: #57c5a0;
font-weight: 700;
font-size: 13px !important;
margin-left: 15px;
text-align: center;
}
to change color alter color property. To remove box change:
background: #57c5a0;
to:
background: transparent;
span.PricesalesPrice {
display: block;
width: 65px;
height: 65px;
line-height: 65px;
color: #fff !important;
background: #57c5a0;
font-weight: 700;
font-size: 13px !important;
margin-left: 15px;
text-align: center;
}
to change color alter color property. To remove box change:
background: #57c5a0;
to:
background: transparent;
Please Log in to join the conversation.
-
skytech
Inactive member - Topic Author
- Member
Less
More
- Posts: 90
- Thank you received: 0
10 years 1 month ago - 10 years 1 month ago #42522
by skytech
Replied by skytech on topic product price font color
i made changes and it didnt take effect. visit
www.fairprice.com.ng
username:**********
password:**********
username:**********
password:**********
Last edit: 10 years 1 month ago by ivan.milic.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 1 month ago #42532
by ivan.milic
Replied by ivan.milic on topic product price font color
I can not login with username/password you given .
Error
Username and password do not match or you do not have an account yet.
Send us correct login but use 'Report To Moderator' when sending such info - this is public forum anyone can see what you post!!!
Error
Username and password do not match or you do not have an account yet.
Send us correct login but use 'Report To Moderator' when sending such info - this is public forum anyone can see what you post!!!
Please Log in to join the conversation.
Time to create page: 0.209 seconds