Cart estimated price

Hi :wink:

Can you advise, how can I edit the below on a CART page (not checkout page):

  1. a line to say “Estimated total incl. VAT” and show the price incl. VAT

  2. How can I make the the below text BOLD “VAT, discounts and shipping calculated at checkout”.

Thank you in advance.

@Voldiep - pleas check theme default content and check cart tab to find if you have this text there, you can change text from it

to make the text bold, you will need css

Hi @suyash1 ,

I can change the text, which states “VAT, discounts…” but I don’t know how to make it bold.

I use Refresh theme.

@Voldiep - it will need css to make text bold, if you share the page link then I can let you know the css

Hi

https://www.firstgearup.co.uk/

bolik

Thank you for looking into it.

@Voldiep - please add this css to the very end of your base.css file and check

.tax-note {font-weight: bold;}

Thank you, looks like working :slightly_smiling_face: