Home Forums Basel support forum Primary font SIZE typography options for titles, post names.

Primary font SIZE typography options for titles, post names.

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #58844

    mijamija
    Participant

    Hello. I found the option to change the title of the product page, but where can I set the size?

    #58850

    Hello,

    The product title is changed by custom CSS. Please add this custom CSS to Theme Settings > Custom CSS

    .single-product-content .entry-title{
        font-size: 20px;
    }

    Change font-size value as per your needs.

    Best Regards

    #58855

    mijamija
    Participant

    Thank you that worked. what can I enter for a code so that the size synonymous with the preview can be adjusted?

    #58861

    Hello,

    Please provide the page link where you want to change the font.

    Best Regards

    #58906

    mijamija
    Participant

    I meen on the shop page the quick view.

    #58910

    Hello,

    Please add this custom CSS to Theme Settings > Custom CSS:

    .popup-quick-view .entry-summary .entry-title a {
        font-size:12px;
    }
    /*shop page*/
    .basel-hover-alt.purchasable .product-title {
        margin-bottom: 8px;
        font-size: 12px!important;
    }

    Change font-size value as per your needs.
    Best Regards

    #59052

    mijamija
    Participant

    Thank you =)

    #59105

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Primary font SIZE typography options for titles, post names.’ is closed to new replies.