Help with Font style/size change and logo size

This topic has 6 replies, 3 voices, and was last updated 8 years, 2 months ago ago by Jack Richardson

  • Avatar: andregorjon
    andregorjon
    Participant
    September 21, 2016 at 21:49

    First:
    How to change the font type and size of the product page?

    Second:
    Increased the logo size with the code:

    .logo img {
    max-width: 515px !important;
    }

    Desktop worked, however the mobile navigation logo appears cut. How to set?

    5 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    September 22, 2016 at 06:09

    Hello,

    1. Please clarify for what element you want to change font on a product page. Do you mean single product page or Shop page?

    2. Edit your css code to this:

    @media (min-width: 1200px) {.logo img {
        max-width: 515px !important;
    }}

    Regards,
    Eva Kemp.

    Avatar: andregorjon
    andregorjon
    Participant
    September 22, 2016 at 13:35

    I would like to change the font on the Shop Page, when they appear all my products in the grid.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 22, 2016 at 14:10

    Hello,

    Add this code in custom.css file to change font for product title:

    .products-grid .product .product-name {
        font-size: 12px;
        font-family: sans-serif;
    }

    Add your own values.

    How to create custom.css you can watch in this tutorial

    Best regards,
    Jack Richardson.

    Avatar: andregorjon
    andregorjon
    Participant
    September 22, 2016 at 14:48

    tnks!

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 22, 2016 at 16:36

    You are welcome.

    Best regards,
    Jack Richardson.

  • Viewing 6 results - 1 through 6 (of 6 total)

The issue related to '‘help with Font style/size change and logo size’' has been successfully resolved, and the topic is now closed for further responses

8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.