Skip to content

Instantly share code, notes, and snippets.

@premanshup
Created August 19, 2020 11:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save premanshup/a2dd16036ab646c873ff5832617f97b3 to your computer and use it in GitHub Desktop.
Save premanshup/a2dd16036ab646c873ff5832617f97b3 to your computer and use it in GitHub Desktop.
Change markup for Site Identity
function astra_site_branding_markup() {
?>
<!-- My Custom Markup -->
<div class="site-branding">
<div
<?php
echo astra_attr(
'site-identity',
array(
'class' => 'ast-site-identity',
)
);
?>
>
<?php astra_logo(); ?>
</div>
</div>
<!-- .site-branding -->
<?php
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment