New Landing How can we help? Atelier Change the typography on products title on products page

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Atelier
  • #259763
    KMAmexico
    Member
    Post count: 96

    Hello!! I’ll like to change the typography of the titles of my products pages, I know it’s configurated by default by H1 standard, but the format that I’ve configured doesn’t work well in my products pages, its too big! (but I don’t want to change it, because it works well in the header of the hero tabs settings). Anyway, what can I do to change this? I’ll like to put instead the typography of my H3 label witch is “Oswald”, is there a code that I can add to make this happen? I’ll add a screen shot of the type that I’ll like to change!

    thank you very much in advantage!

    Attachments:
    You must be logged in to view attached files.
    #259769
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    This will have to be done with custom css.

    Add the code below to your custom css option in the theme options.
    The 1st it’s for the product title and the 2nd one it’s for the price, adjust the values and add new css properties has desired.

    .woocommerce div.product .product_title {
        font-family: oswald;
        font-size: 27px;
        letter-spacing: 3px;
    }
    
    .woocommerce div.product .summary h3.price {
         font-family: oswald;
         font-size: 20px; 
    }

    Congrats, your site just looks great.

    -Rui

    #259919
    KMAmexico
    Member
    Post count: 96

    Thank you very much!! ๐Ÿ˜€ it worked awesome, just one more thing, I’ll like to cut some space below the product title (red arrow, like 10px), and give a little more below the breadcrumbs (blue arrow, like 5px).

    I appreciate very much your help! thank you!

    Attachments:
    You must be logged in to view attached files.
    #260065
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .summary-top {
        padding-bottom: 0px !important;
        margin-bottom: 20px !important;
    }

    Thanks
    Mohammad

    #260230
    KMAmexico
    Member
    Post count: 96

    Thank you very much! It worked just great!

    #260240
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Glad ๐Ÿ™‚ to help you.
    Thanks
    Mohammad

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register