• Resolved AHAVision

    (@oresundsgruppen)


    Hi
    Is there no way to change the fonts via the customize panel or any sttings page after buying the extension bundle? Is coding always required to change fonts in the storefront theme?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi there,

    Thanks for reaching out.

    Storefront Bundle extension came with the Storefront power pack plugin, which can help you to change the font without out touching the code.

    This can be done by using the “Designer” feature that the power pack plugin offers. Please check the following documentation for that:

    https://woocommerce.com/document/storefront-powerpack/#designer

    Let me know how it goes!

    Best,

    Thread Starter AHAVision

    (@oresundsgruppen)

    ok thank you, If I would like to design my header to look like the image under the link below is it possible with the designer feature?

    https://snipboard.io/uEaD9x.jpg

    Yes, sure it’s possible to do that, but it requires custom CSS code to do that.

    If you’re having difficulty with the code involved, I recommend getting in touch with a web developer to make those changes for you. Alternatively, if you want, have a look at our 3rd party service providers for more help in this regard.

    Best,

    Thread Starter AHAVision

    (@oresundsgruppen)

    OK thanks, is there a way in the settings to always have a hamburger menu instead of having the navigation menu?

    Thread Starter AHAVision

    (@oresundsgruppen)

    Also I am testing the designer feature now, and I can see that it has flaws. if you check the image below you can see despite of setting background color and border etc the white box still remains in the search box.

    https://snipboard.io/KE0bdk.jpg

    Also I am testing the designer feature now, and I can see that it has flaws. if you check the image below you can see despite of setting background color and border etc the white box still remains in the search box.

    You’re right, that looks like a bug in the Powerpack designer. Your customizations aren’t affecting the actual search field. You can add this CSS as a work around in Appearance > Customize > Additional CSS:

    .widget_product_search form:not(.wp-block-search) input[type=search] {
    	border-radius: 16em;
    	border: 1px solid #FF0101;
    	background: #0101FF;
    }

    As this isn’t related to the Storefront theme, if you have any further questions about the Powerpack extension, please contact us at WooCommerce.com > My Account > Support. You may need to create an account before you can access that page.

    Please include a link to this forum thread, so that we can keep track of what’s already been done.

    We will be able to help you further there.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Font settings’ is closed to new replies.