Okay
  Public Ticket #825952
font sizes
Closed

Comments

  • Claire started the conversation

    Hi there  - I've been experimenting with different fonts via the 'theme options' section and 'typography' but it is unclear as to how to change the default font sizes at the moment - the font on the home page for both the primary heading and the featured products is way too large. Please could you help. Thanks so much

    Claire

    PS Further to my last query, I did go and review the theme and gave you 5 stars :)

  • [deleted] replied

    Hi Claire,

    It looks like your selected font is bigger than the other fonts.

    Please add the code below to Custom CSS

    .shop-item-single .item-info.summary h1 {
        font-size: 30px !important;
    }
    
    .woocommerce .shop-item .item-info h3 {
        font-size: 16px !important;
    }
    
    .shop-item-single .item-info.summary .price {
        font-size: 20px !important;
    
    
  • Claire replied

    Thanks for this. Unfortunately, there are still a few areas I need more control over. The "FEATURED PRODUCTS" heading is still too big , as is the size of the copyright in the footer. Please could you let me know how to change these. Also, I've been experimenting with the Shop By Category (test.bohomagpie.com/shop/) . Is it possible to get the categories to be displayed as a slider/ carousel with the products displayed below.

    Thanks so much 

    Claire

  • [deleted] replied

    Hi Claire,

    1— Can you please add the code below to Custom CSS

    .page-container .wpb_content_element.vc_separator h4 {
        font-size: 16px !important;
        padding: 10px !important;
    }


    2— I just wanted to inform you you that this question is related to theme developer and I am unable to give you any solution about this because I am not backend developer. 

    Our theme developer Arlind can help you with this, but he is not in the office until 18 July. So when Arlind come back, just reply to this thread on that date and you will make sure he will see your comment.

    Hope for your understanding :)

  • Claire replied

    Thanks so much. I'll follow it up next week

    Claire

  • [deleted] replied

    Glad to hear that :)