Wrong font weights after site migration
-
Hi! I exported my theme settings and then imported them on my new website, but now my custom fonts are all thicker than they were supposed to be, even though inside the Theme Settings they have the same weights as the previous website. Any idea as to why this is happening? Thanks!
Attachments:
You must be
logged in to view attached files.
Hello,
We appreciate your message!
Could you please provide the access to your admin dashboard so I can investigate what is wrong there?
Looking forward to collaborating with you!
Kind Regards
Sure! Here you go, thanks!
Hello,
On my side, the header has a thinner weight:
https://monosnap.com/file/A6vYr87eD93pnUMNQSGNXhUPpVdJ9C
Please navigate to Theme Settings -> Typography -> Basic and define there for each field your custom font.
https://prnt.sc/D0oX-jRfhety
If you have any more questions or come across any other issues, let me know, I’ll be happy to help.
Kind Regards
Yes, I ended up changing every font to one weight smaller manually – thanks!
I have another question, not sure if I should open another topic or not – but I’m trying to hide the “View Cart” button in the sidebar cart. I tried multiple CSS codes and also got some from the internet as well but can’t seem to make it work. Any chance you’d be able to help?
Thanks!
Hello,
Please try to use the below one code, enter it into the “Global Custom CSS” area in Theme Settings -> Custom CSS.
.cart-widget-side .woocommerce-mini-cart__buttons .btn-cart {
display: none;
}
Thanks for your time and have a great day.
Kind Regards