Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1263989

    Hej,

    ich habe eine Frage. Kann ich NUR für das Plugin Woo Commerce die Überschriften in einer anderen Schriftart festlegen?

    Danke und viele Grüße

    #1264192

    Hi Sabine,

    Please try the following in Quick CSS under Enfold->General Styling:

    .woocommerce h1, .woocommerce h2, .woocommerce h3, .woocommerce h4, .woocommerce h5, .woocommerce h6 {
      font-family: verdana;
    } 

    Best regards,
    Rikard

    #1264201

    Hey Rikard,

    it works, but only on the shop-site, the header of the widgets in the footer are shown in the same font as in the shop (font-family: dubai. The footer headers needs the other font domillion brush. Do you have an idea for this problem? I need this dubai font only in the body of the shop.

    And there is another question. The thumbnail box of related products or products in the shop overview has a little white arrow on the top of the text part into the image. I don’t want this arrow. Do you have a code, how it can be deleted? Link is in the private content.

    Greetings, Sabine

    • This reply was modified 3 years, 11 months ago by TakiwaSoulArt.
    #1264419

    Hi,

    Thanks for the update. So you want to change the font only in the content of WooCommerce pages? If so then please try this CSS instead:

    .woocommerce .main_color h1, .woocommerce .main_color h2, .woocommerce .main_color h3, .woocommerce .main_color h4, .woocommerce .main_color h5, .woocommerce .main_color h6 {
      font-family: verdana;
    } 

    And use this to remove the arrow:

    .inner_product_header .avia-arrow {
      display: none;
    }

    Best regards,
    Rikard

    #1264464

    Thank you so much – it works wonderful. I am so happy!!!!

    Greatings and best regards, Sabine

    #1264502

    I tested the shop again and the code works not on the sites: cart and checkout. So you have any idea for a solution?

    You must put an article in the cart than you can see it.

    Thank you, Sabine

    • This reply was modified 3 years, 11 months ago by TakiwaSoulArt.
    #1264682

    Hi Sabine,

    Thanks for the update. Please try this CSS as well:

    .woocommerce-page .main_color h1, .woocommerce-page .main_color h2, .woocommerce-page .main_color h3, .woocommerce-page .main_color h4, .woocommerce-page .main_color h5, .woocommerce-page .main_color h6 {
      font-family: verdana;
    }

    Best regards,
    Rikard

    #1265169

    Thank you Rikard – it is great, it works
    Wonderful

    #1265379

    Hi,

    Great, I’m glad that we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1265448

    Hej Rikard,

    thank you, this topic can be closed.

    Greetings, Sabine

    #1265531

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Andere Schriftart für Woo Commerce’ is closed to new replies.