HomePage Forums Themeforest Petpuzzy – Pet Shop WooCommerce Theme Change Font in Blog and Blog Archive

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #7372
    Avatartomr
    Support Expired

    How to change the font of the Blog, and blog archive H1, H2, H3?

    Does not change the font:
    Site settings – Global Fonts
    Site settings – Typography

    Looks like those pages are elementor theme builder pages but they are not in the Elementor theme builder template list.

    Thanks

    #7379

    Hi,

    Yes, some pages don’t use the Elementor template, so the font will be css through the style.css file
    You can customize the font using css:

    h2.epsilon.entry-title{
    font-family: your-font;
    }
    #7487
    Avatartomr
    Support Expired

    Ok Thanks, I’ve noticed another issue with the fonts. On the checkout and cart pages, the text gets cut off on the right of the screen, see image

    https://1drv.ms/b/s!Apb9JcmuQOVVlEIwbVUD0IETyJms?e=vLG5fC

    How to fix?
    Thanks

    #7496

    Please add this custom CSS to customize CSS or file style.css ( child-theme):

    #order_review .woocommerce-checkout-review-order-table th, #order_review .woocommerce-checkout-review-order-table td{
    word-break: break-word;
    }
    #7586
    Avatartomr
    Support Expired

    Thanks but unfortunately that didn’t work for the “Cart” page. Cart totals still have the word break issue. Is there a separate piece of code for the Cart page?

    Also, back on the fonts, I have managed to change the font throughout the theme using CSS. But the only one I cannot change is the button in the slider. Changing defaults in Elementor works for all the buttons, but not in the slider. How to change this font? Also, how to change the button style throughout the theme? (Removing the + from the button)

    Thanks for the help

    #7596

    Hi,

    #1. Please send the Admin web account for me, I will check and try to help you.

    #2. Please go to edit Slider -> Click edit text -> Style -> Change font: https://prnt.sc/iIYOllZkNBnZ

    #7605
    Avatartomr
    Support Expired

    How to send you account details? there is no private message function on this site?

    #7614
    This reply has been marked as private.
    #7616
    Avatartomr
    Support Expired
    This reply has been marked as private.
    #7622
    This reply has been marked as private.
    #7604
    Avatartomr
    Support Expired
    This reply has been marked as private.
    #7666

    I can’t login to the admin dashboard, please recheck your info: https://prnt.sc/R2ggXeVeocjq

Viewing 12 posts - 1 through 12 (of 12 total)

You must be logged in to reply to this topic.