- Posts: 188
- Thank you received: 0
Cart Module
- paulocamacho
-
Topic Author
- Offline
thanks so much.
Please Log in or Create an account to join the conversation.
For example:
.hikashop_cart_module .hikashop_product_price_full{
color: green !important;
}
Please Log in or Create an account to join the conversation.
- paulocamacho
-
Topic Author
- Offline
- Posts: 188
- Thank you received: 0
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- paulocamacho
-
Topic Author
- Offline
- Posts: 188
- Thank you received: 0
Please Log in or Create an account to join the conversation.
If you want to make the font smaller, you should then use the font-size CSS:
.hikashop_cart_module .hikashop_product_price_full{
font-size: 15px !important;
}
Please Log in or Create an account to join the conversation.
- paulocamacho
-
Topic Author
- Offline
- Posts: 188
- Thank you received: 0
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- paulocamacho
-
Topic Author
- Offline
- Posts: 188
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- paulocamacho
-
Topic Author
- Offline
- Posts: 188
- Thank you received: 0
Part of the message is hidden for the guests. Please log in or register to see it.
Please Log in or Create an account to join the conversation.
.hikashop_cart_module span.hikashop_product_price{
font-size: 15px !important;
}
Please Log in or Create an account to join the conversation.
- paulocamacho
-
Topic Author
- Offline
- Posts: 188
- Thank you received: 0
Please Log in or Create an account to join the conversation.
.hikashop_cart_module .hikashop_cart_product_name a{
font-size: 15px !important;
}
Please Log in or Create an account to join the conversation.
- paulocamacho
-
Topic Author
- Offline
- Posts: 188
- Thank you received: 0
Part of the message is hidden for the guests. Please log in or register to see it.
Please Log in or Create an account to join the conversation.
It's this:
.hikashop_cart_module_product_name_value{
font-size: 15px !important;
}
You should use firebug to get the name of the CSS classes in the HTML in order to use them in the CSS. It's not complicated to do. It's just what I do.
Please Log in or Create an account to join the conversation.
- paulocamacho
-
Topic Author
- Offline
- Posts: 188
- Thank you received: 0
so I check hika css but I dont see it , so I think I need to include in the css , good thing men sorry but I almost done , this will be very helpful .
Please Log in or Create an account to join the conversation.
.hikashop_cart_product_image_value img{
height: 50px !important;
width: 50px !important;
}
Please Log in or Create an account to join the conversation.