March 20, 2025Simon Walker

A Step by Step Guide to Installing Hyvä Theme in Magento 2

blog
Table of Content
  • Default Magento 2 Themes
  • Hyvä Themes – A Modern Theme
  • The Pros and Cons of Hyvä Theme
  • Pros:
  • Cons:
  • Preparing to Install Hyvä Theme in Magento 2
  • How to Install Hyvä Theme in Magento 2?
  • Installing Hyvä-Compatible Extensions
  • Final Thoughts on How to Install Hyvä Theme in Magento 2
  • FAQs About How to Install Hyva theme in Magento 2
  • Can I install Hyva theme Magento 2 for free?
  • Why should I install Hyva theme Magento 2?
  • How to Install Hyvä Theme in Magento 2 without a developer?
  • Are all Magento 2 extensions compatible with Hyva theme?
  • Which Magento 2 version do I need to install Hyva theme?

Magento 2 is a highly powerful eCommerce platform, offering a wide range of features for SEO, conversion, site management, inventory organisation, analytics, mobile commerce, payments, and more. Even then, it is still not enough to remain competitive in an increasingly saturated online market. If you wish to turbocharge your Magento 2 experience, you need to get the right Magento 2 theme.

A theme will not just improve your store’s overall appearance but also enhance its performance. Speaking of themes, store owners have two options: custom Magento 2 theme development or use a ready-made one. However, custom Magento 2 theme development can be quite costly and requires expert Magento developers. If you don’t have the budget for it or the developers, go for the second option.

Default Magento 2 Themes

By default, Magento 2 offers two themes:

  • Luma (a fully responsive theme)
  • Blank (a basic theme which you can use as a foundation to create your own theme)

However, we recommend against using the default themes. The main reason is the lack of differentiation. In a highly competitive market, if you are not trying to be different, you are not even a potential option for the target audience. Too often, the key to success in eCommerce is uniqueness. When using default themes, you take away that uniqueness.

Furthermore, the default themes are in no way perfect. They are not built with performance considerations in mind. Their primary goal is to get your store up and running. That’s it. Resultantly, your store’s loading time are quite slow, leading to lower search rankings and high bounce rate.

Also, don’t forget that Magento 2 might not offer support for addressing queries related to customisations or technical issues. However, there is no need to worry as there are numerous expert Magento 2 theme development companies. These companies offer themes with a focus on performance, security, customisability, flexibility, and more.

You may find it surprising, but many store owners now use ready-made themes. Nowadays, the most popular choice is the Hyva theme.

Hyvä Themes – A Modern Theme

When it comes to Magento 2 themes, Hyvä Themes is a popular choice. It is a modern, performance-focused theme for Magento 2, designed to enhance loading speed and online user experience. It is lightweight and highly customisable, meaning merchants can tailor it to their brand requirements.

It has a mobile-first design i.e. it is responsive, ensuring the website functions seamlessly across different device types. We encourage you to try its demo to understand the buzz. It will provide you with an opportunity to experience the theme firsthand. There are several other things to love about this, including its emphasis on security with regular updates.

You don’t have to worry about bug fixes either since the developers are actively working on addressing issues and improving the code quality. It has an active community providing support and resources. Hyvä Themes represents a shift from traditional, often bloated Magento 2 themes, aiming to simplify and improve the front-end development.

If you are looking to avoid costly Magento 2 custom theme development, then Hyvä Themes is your best option. However, before we focus on how to install Hyva theme in Magento 2, it is important to understand the pros and cons of the Hyvä theme. This will help you make an informed decision about whether the theme fits your requirements.

Check Out: Magento 2 Sites Currently Live on Hyvä Themes

The Pros and Cons of Hyvä Theme

The Hyvä theme for Magento 2 offers several pros and cons:

Pros:

  • Speed and Performance: Hyvä is optimized for speed, enhancing user experience and potentially increasing conversion rates.
  • Active Community: It has a supportive community offering access to resources and collaboration opportunities.
  • Responsive Design: The theme ensures sites look and function well on all devices.
  • Security: Hyvä Themes is designed with a focus on security, featuring regular updates and bug fixes.
  • Customisation: Offers extensive customisation options to tailor sites to specific needs.

Cons:

  • Custom Extensions: Custom extensions may require manual editing to work with Hyvä, demanding time and technical expertise.
  • Dependency: Heavy reliance on Hyvä might make it challenging to switch to other themes in the future, as the site becomes too integrated with the Hyvä framework.

Preparing to Install Hyvä Theme in Magento 2

Before we move further into install Hyva theme Magento 2, let's see the prerequisites for installing the theme. Here’s what you need to have before you install Hyva theme in Magento 2:

  • Magento Version: Ensure you have Magento 2.4.3 CE or higher.
  • License: Obtain a valid license for Hyvä Themes.
  • Access: For licensees, a Private Packagist Key is required. For partners, access to Hyvä Gitlab is needed.

How to Install Hyvä Theme in Magento 2?

  1. Access Hyvä Repositories: Visit gitlab.hyva.io to get access to all Hyvä repositories.
  2. Use Composer for Installation: Execute the following composer commands to install Hyvä from GitLab:
    composer config repositories.hyva-themes/magento2-theme-module git git@gitlab.hyva.io:hyva-themes/magento2-theme-module.git

    Repeat this step for other Hyvä modules like magento2-reset-theme, magento2-email-module, and magento2-default-theme.
  3. Magento Setup: Run bin/magento setup:upgrade from your project’s root directory.
  4. Activate Theme: Navigate to Content > Design > Configuration in Magento and activate the Hyvä/default theme.

We understand that it can be quite challenging to install a Magento 2 theme if you are not well versed in Magento 2. That is why FME Extensions offers Magento Theme Installation services. Just click on the link, share your requirements, and our experts will get back to you shortly. Our experts will install Hyvä Theme in Magento 2 on your behalf. Our experts will provide you with a reasonable period to test the store and ensure everything works smoothly.

Installing Hyvä-Compatible Extensions

  1. Backup Your Website: Always start by creating a backup.
  2. Prepare for Installation: Log in to the SSH console of your server and navigate to the root directory of your Magento 2 store.
  3. Install Extension for Hyvä: Use the composer command composer require fme/module-ExtensionName-hyva-compatibility. Replace "ExtensionName" with your desired module. For example, if you want to install the Product Labels module, the command will be composer require:
    fme/module-productlabels-hyva-compatibility
  4. Enable Hyvä Modules: Use the command bin/magento module:enable fme/module-ExtensionName-hyva-compatibility, again replacing "ExtensionName" appropriately.
  5. Update Database: After enabling the Hyvä modules, update the Magento database schema and data with the command:
    bin/magento setup:upgrade

    bin/magento hyva:config:generate -f
  6. Deploy: Deploy the static view files by running the following commands:
    rm -rf pub/static/* var/view_preprocessed/*

    php -f bin/magento setup:static-content:deploy

    Compile the code of the installed extension with the following command:

    bin/magento setup:di:compile

    At the end, clear the cache by running the following command:

    bin/magento cache:flush

Final Thoughts on How to Install Hyvä Theme in Magento 2

Following these steps will allow you enhance store performance with Hyvä Theme. We can ensure you that after completing the install Hyva theme Magento 2 process, you will notice a significant improvement in all aspects, not just the speed. Remember to check for compatibility and maintain regular backups during the installation process.

FAQs About How to Install Hyva theme in Magento 2

Can I install Hyva theme Magento 2 for free?

No, you need to have a valid license to install this theme. In other words, it is a premium theme. You can find more information about the license cost here.

Why should I install Hyva theme Magento 2?

Compared to the default or even custom Magento 2 themes, it offers faster performance, higher search engine visibility, mobile-first design, and much more. Of course, the website’s visual appeal improves 10x as well.

How to Install Hyvä Theme in Magento 2 without a developer?

While it is possible to install Hyvä Theme Magento 2 without a developer, it does require a fair bit of coding knowledge. If you are unfamiliar with Composer, SSH, or similar tools, we don’t recommend installing the theme yourself.

Are all Magento 2 extensions compatible with Hyva theme?

No, not all extensions are compatible with the Hyva theme. They may require additional customisations or changes. So, please cross-check for compatibility beforehand.

Which Magento 2 version do I need to install Hyva theme?

Magento 2.4.3 and higher. However, always check the developer’s website for the latest compatibility updates.

Read More Magento 2 Blogs:

This blog was created with FME's SEO-friendly blog