Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #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.
    #1282361

    Hey 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,
    Rikard

    #1282800

    Hi 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.
    #1283327

    Hi 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,
    Rikard

    #1283351

    Hi Rikard,

    yes I need help please. My login Details are in private content:

    Greetings, Sabine

    #1283779

    Hi,

    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,
    Rikard

    #1283807

    Hi,

    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

    #1284102

    Hi,

    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,
    Rikard

    #1284419

    Hi,

    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

    #1284750

    Hi,

    Please try this CSS as well:

    label.checkbox span, .woocommerce-input-wrapper input, .woocommerce-input-wrapper textarea {
      font-family: nunito !important;
    }

    Best regards,
    Rikard

    #1284766

    Hi Rikard,

    I tried it, but I’m so sorry, it doesn’t work.

    Greetings, Sabine

    #1284912

    Hi,

    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 Shannon

    #1284975

    Hi 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

    #1285037

    Hey 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,
    Yigit

    #1285048

    Yes 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.

    #1285050

    Hi,

    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

Viewing 16 posts - 1 through 16 (of 16 total)
  • You must be logged in to reply to this topic.