When I add an item to the cart it should say ‘Taxes and shipping calculated at checkout’. However, it only says ‘Taxes and ______ calculated at checkout’. The link works but ‘shipping’ isn’t visible.
Hi @SLebron
Can you please provide your store URL and password as well if applicable, so that I can provide you solution that can work for your store.
Best regards
Sahil
Hi Sahil. It is simplicitypaperboutique@gmail.com
Thank you!
Hi @SLebron Thanks for providing the URL, but I am unable to inspect your store code from the URL as you have added the script for the protection, so for looking into the issue, I will need the access of your theme so that I can provide you the solution, without that it is not possible to provide you the solution.
Best regards
Sahil
I just removed it.
Hi @SLebron Thanks for removing it, Please add the code in your theme.css/base.css/style.css file which is available in your theme.
.rte > *:last-child{
color: #595238BF !important;
}
If you are not sure where is your theme.css/base.css/index.css/style.css file please follow the steps:
- Login in shopify admin.
- Click on the Online Store.
- Then click on the button next to Customize in live Theme.
- Click Edit Code.
- Search theme.css/base.css/index.css/style.css in the code in left hand side which ever is available in your theme.
- You can add the above code at the bottom of the file.
Result:
If you will unable to implement the same then I’m happy to do this for you, let me know. I can implement the code changes so that this will work well for you.
Hopefully it will help you. If yes then Please don’t forget hit Like and Mark it as solution!
Best Regards
Sahil
It worked, but I had to remove the code because it changed the color of all of the subtext.
Hi @SLebron please add this code, where you have added the earlier code.
small.tax-note.caption-large.rte > a {
color: #595238BF !important;
}
Hopefully it will help you. If yes then Please don’t forget hit Like and Mark it as solution!
Best Regards
Sahil




