/*
Theme Name: Maiko Child
Theme URI: http://demo.casethemes.com/maiko/
Author: Case-Themes
Author URI: https://themeforest.net/user/case-themes/
Description: Maiko is a premium WordPress theme designed for architecture portfolios, agencies, and businesses. With a clean and modern design, it provides responsive layouts, grid-based sections, and extensive customization options to showcase your projects effectively.
Version: 1.0.1
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: maiko
Text Domain: maiko-child
Tags: architecture, portfolio, design, creative, modern, minimalist, photography, agency, responsive, grid
Requires at least: 5.8 or Higher
Requires PHP: 7.4 or Higher
Tested up to: 6.4

Copyright (c) 2024 Case-Themes. All rights reserved.
This theme is licensed under the GPL-2.0+ license.



Maiko theme update note:
After updating the Maiko theme, edit:
wp-content/themes/maiko/elements/templates/pxl_logo_marquee/layout-1.php

Find both hardcoded Case Text Marquee title tags:
<h1 class="pxl-item--logo">
</h1>

Change them to:
<span class="pxl-item--logo">
</span>

Reason: Case Text Marquee outputs repeated text as H1 by default, which should be span to avoid multiple H1 tags on the page.

*/
