Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #185011
    ToolBox
    Participant

    Hi.

    I have installed google fonts add-on, so have been able to change the font for the page.
    But where do i change it for the hater and over the image.

    Is it a paragraph, heading 1-6 or other?

    Question 2: In the webshop it shows image and text for categories. Is it within the theme this images must be made bigger or is it within oscommerce settings?

    You can have a look at the page for better understanding. http://www.julegaver.as

    #185132
    Skandha
    Participant

    @toolbox: Hello there,
    Do you want to change the font of text BESTILL MIN. 10 JULEKONFEKT?

    To change the image size on the shop page for categories
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    	width: 29.05% !important;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #185837
    ToolBox
    Participant

    Hi again.

    I want to change both that text and the top where it says: julegaver.as TIL DINE ANSATTE OG KUNDER (on the top)

    Please advise where to change that font, or tell me if its a paragraph or heading.

    #185838
    ToolBox
    Participant

    The field on top is called: site title

    #185874
    Skandha
    Participant

    @toolbox: Hello there,
    Please let me know which font you want to use for those texts.

    Kind Regards,
    Skandha

    #185879
    ToolBox
    Participant

    Dont understand why the font i want to use is of any relevance, i just asked where to change it.
    But as you ask i might want to use trebuchet.

    When changing the image size for shop categories, it changed the size of product images at the same time. That i did not want, as now the layout for the products dont look good (so i need to remove the css that i added).

    #185895
    Skandha
    Participant

    @toolbox: Hello there,
    We only support Google Fonts on our themes. To use Trebuchet font you will need to create a child theme and customize your site. I suggest you to hire a customizer to get it done.

    For the product category image size use the following CSS Code instead of the above.

    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product-category {
    	width: 29.50% !important;
    }

    Kind Regards,
    Skandha

    #185955
    ToolBox
    Participant

    Ok, lets say i do want to use google font.
    Where do i change the font for site title and over image?

    #185956
    Skandha
    Participant

    @toolbox: Hello there,
    You will need to add additional CSS code to change the font of site title over image.

    Also the Font family option is available only in pro version of the theme. I suggest you to upgrade to pro. You can check out the additional-features available in pro version of the theme.

    Kind Regards,
    Skandha

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Change font in header and over image’ is closed to new replies.