Remove h1 from logo

WordPress theme dedicated to start-up websites with amazing CSS3 animated icons, price tables and parallax effect background.
GK User
Sun Apr 19, 2015 5:16 pm
Hi i am using Simplicity theme from wp and want to remove the H1 from logo. Can anyone help me out please? because i can't figure it out. I used firebug but i have no clue were to change the "H1''. And were should i change it to?
User avatar
Expert Boarder

GK User
Sun Apr 19, 2015 10:12 pm
Hi,

Please edit Simplicity/layouts/header.php file and change this fragment:
Code: Select all
<h1>
               <a href="<?php echo home_url(); ?>" class="<?php echo get_option($tpl->name . "_branding_logo_type", 'css'); ?>Logo"><?php gk_blog_logo(); ?></a>
            </h1>

to:
Code: Select all
<a href="<?php echo home_url(); ?>" class="<?php echo get_option($tpl->name . "_branding_logo_type", 'css'); ?>Logo"><?php gk_blog_logo(); ?></a>
User avatar
Moderator

GK User
Mon Apr 20, 2015 9:13 pm
Thanks! that worked out
User avatar
Expert Boarder


cron