-
AuthorPosts
-
February 18, 2021 at 3:25 pm #1282003
Hi,
I hope this is my last question to the WooCommerce shop :)
If I put a product in the cart or if I delete one or change the number of product in the cart, there comes a message in a light green field. (One image is in the Dropbox – link in private content: Bild 4)
If I create a new account but I still have one, there is an error: “A customer account already exists for this email address. Please login”. This field is in a light pink.There are some similar fields in the login area, cart or checkout in green or pink. Is it possible to have this fields in another colour?
And a second question: The whole WooCommerce sites – for example: Login, my account, shopping cart, etc. have another font-family. And the footer in the WooCommerce sites have this other font-family too. I can’t understand this. I use Nunito Font at the whole site for the Text. How can I change this?
Thank you and greetings
Sabine- This topic was modified 3 years, 9 months ago by TakiwaSoulArt.
February 20, 2021 at 4:01 am #1282361Hey Sabine,
Here is the default settings for the green box which appears after adding something to the cart, please add it to Quick CSS, and change the colours to your liking:
#top div.woocommerce-message { border-color: #8BAF5B; background-color: #E0F1B5; color: #4F5F39; }
I’m not sure where we can see the pink box though? I’m also unsure where we can see the text which are not using your selected font? The dropbox link you posted is not working, so I’m not entirely sure what you are referring to.
Best regards,
RikardFebruary 22, 2021 at 2:06 pm #1282800Hi Rikard,
wow, the code for the messages in WooCommerce works – so wonderful – thank you.
But what can I do with the font on the WooCommerce sites? I have another font on only this sites, also in the footer. The normal sites including the footer have all the right font. You can see the text, when you make a new account – all this sites are with a serif font. I hope it will help you.
Sunny greetings, Sabine
- This reply was modified 3 years, 9 months ago by TakiwaSoulArt.
February 24, 2021 at 9:41 am #1283327Hi Sabine,
This CSS seems to be changing the headers:
h1, h2, h3, h4, h5, h6, #top .title_container .main-title, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox, .av-special-font, .av-current-sort-title, .html_elegant-blog #top .minor-meta, #av-burger-menu-ul li { font-family: 'barlow-semi-condensed','HelveticaNeue','Helvetica Neue','Helvetica-Neue',Helvetica,Arial,sans-serif; }
It looks to be coming from your child theme. If you need help finding it, then please post admin WordPress login details in private.
Best regards,
RikardFebruary 24, 2021 at 10:57 am #1283351Hi Rikard,
yes I need help please. My login Details are in private content:
Greetings, Sabine
February 26, 2021 at 4:25 am #1283779Hi,
Thanks for that. You have selected the barlow-semi-condensed font for all headers, under Enfold->General Styling->Fonts. Please change it there.
Best regards,
RikardFebruary 26, 2021 at 10:36 am #1283807Hi,
ich schreibe jetzt in deutsch, weil ich grad nicht anders kann.
Ich möchte doch die Barlow-Semi-Condensed als Überschrift haben. Die Textschrift auf den automatischen Seiten von WooCommerce ist falsch. Sie ist falsch im Warenkorb, in der Kasse, in der Abwicklung der Bezahlung, beim Einloggen, im Account – also alle Seiten, die WooCommerce automatisch zur Verfügung stellt haben eine falsche Textschrift.
Die Textschrift auf den anderen Seiten und auf der Fußleiste ist richtig. Die Zugansgdaten sind irgendwo oben im private content.
Liebe Grüße, Sabine
February 27, 2021 at 12:55 pm #1284102Hi,
Thanks for the update. You have added several header tags under Enfold->Advanced Styling, and all of them seem to have no font chosen. Could you try adding your font of choice there as well please?
Best regards,
RikardMarch 1, 2021 at 1:37 pm #1284419Hi,
the problem is NOT the header font. The problem is the text font on all WooCommerce Pages including the footer on WooCommerce pages. It is different to the font of all other pages. I want the same text font on all pages, also the WooCommerce pages – I have already listed them in a previous post.
I hope you can understand me now.
Thank you and greetings, Sabine
March 2, 2021 at 2:22 pm #1284750Hi,
Please try this CSS as well:
label.checkbox span, .woocommerce-input-wrapper input, .woocommerce-input-wrapper textarea { font-family: nunito !important; }
Best regards,
RikardMarch 2, 2021 at 3:00 pm #1284766Hi Rikard,
I tried it, but I’m so sorry, it doesn’t work.
Greetings, Sabine
March 3, 2021 at 2:13 am #1284912Hi,
Did you add the code to the very top of quick css so it runs first? Also, clear the cache a few times over.
Best regards,
Jordan ShannonMarch 3, 2021 at 10:09 am #1284975Hi Jordan,
yes I added it to the very top of Quick CSS and cleared the cache a few times. Bit it doesn’t work . I’m sorry.
Greetings, Sabine
March 3, 2021 at 2:48 pm #1285037Hey Sabine,
I checked your website but font family seems to be the same on all of your pages including WooCommerce ones.
I attached 2 screenshots in private content field comparing footer of your homepage and WooCommerce cart page.Regards,
YigitMarch 3, 2021 at 3:26 pm #1285048Yes the cart page and the checkout pages are working at the time. But only the site “my account” and the “login page” have different fonts than the rest.
March 3, 2021 at 3:49 pm #1285050Hi,
My account and Login pages are loading from HTTPS while fonts are loading from HTTP.
Please edit your .htaccess file and redirect from HTTP to HTTPS – https://codesanjal.com/how-to-redirect-http-to-https-using-htaccess/Best regards,
Yigit -
AuthorPosts
- You must be logged in to reply to this topic.