CSS for column titles in checkout

  • Posts: 248
  • Thank you received: 7
  • Hikamarket Frontedition Hikamarket Multivendor Hikaserial Standard Hikashop Business
3 months 20 hours ago #358865

-- url of the page with the problem -- : lastingimpressions207.com/index.php/hika...nds-listing/checkout
-- HikaShop version -- : 5.0.3
-- Joomla version -- : 4.x
-- PHP version -- : 8.1
-- Error-message(debug-mod must be tuned on) -- : none

Can't seem to locate the css or the location to change the color of the text in the cart. Would you mind pointing me in the right direction?
snipboard.io/PV0fko.jpg

Thanks

Please Log in or Create an account to join the conversation.

  • Posts: 4543
  • Thank you received: 613
  • MODERATOR
3 months 13 hours ago #358878

Hello,

In order to be sure in our answers, we will need to see your website by ourselves, so when your website will be accessible to us and we will be able to guide you precisely on your question.
Regards

Please Log in or Create an account to join the conversation.

  • Posts: 248
  • Thank you received: 7
  • Hikamarket Frontedition Hikamarket Multivendor Hikaserial Standard Hikashop Business
3 months 10 hours ago #358885

May apologies. I've put the cart back online for you.

Please Log in or Create an account to join the conversation.

  • Posts: 4543
  • Thank you received: 613
  • MODERATOR
3 months 5 hours ago #358888

Hello,

It seems that you a bootstrap, edit it may be hard, so in order to override this css command (shown in my screenshopt below) you must create a custom css command with higher priority ( documentation ) :



For this, you have to add more element class in your selector , and you add an !important in order to prioritize.
Regards

Last edit: 3 months 9 hours ago by Philip.

Please Log in or Create an account to join the conversation.

  • Posts: 248
  • Thank you received: 7
  • Hikamarket Frontedition Hikamarket Multivendor Hikaserial Standard Hikashop Business
2 months 4 weeks ago #358917

Hi, It wasn't the border I was trying to change, but the text and the numbers. Found that this worked, but I'm sure there is a better way:

.hikashop_checkout_payment_name {
color: #bca360 !important;
}
.hikashop_cart_product_image_title {
color: #bca360 !important;
}
.hikashop_cart_product_name_title {
color: #bca360 !important;
}
.hikashop_cart_product_price_title {
color: #bca360 !important;
}
.hikashop_cart_product_quantity_title {
color: #bca360 !important;
}
.hikashop_cart_product_total_title {
color: #bca360 !important;
}
.hikashop_product_price {
color: #bca360 !important;
}
.hikashop_cart_product_total_title {
color: #bca360 !important;
}
#hikashop_checkout_cart_final_total_title {
color: #bca360 !important;
}
.hikashop_checkout_cart_final_total {
color: #bca360 !important;
}

The following user(s) said Thank You: nicolas

Please Log in or Create an account to join the conversation.

Time to create page: 0.068 seconds
Powered by Kunena Forum