How to make image/logo in the header clickable
-
Hello!
I,m very new to WordPress and still trying to learn all the basics.
I am working with Genesis Framework.
My child theme is Jano (https://themes.janhoek.com/genesis-themes/jano/)
The matter is that I can′t make the logo/image in the header of my frontpage clickable as a link to the homepage.
AS you know I can add a logo through the wp-admin by selecting it in Appearence>customize>
I also can do add it to the style.css code here:
/* Logo, hide text */
.header-image .site-header .wrap {
background: url(images/logo2.png) no-repeat left;
padding: 0;
}
.header-image .site-title a {
float: left;
min-height: 164px;
width: 100%;
}I don’t have a header.php file. I have frontpage.php, style.css and functions.php instead.
The theme is working with text title (linking to the homepage) by default.Please, any help on this issue will be highly appreciated.
Thanks!
- The topic ‘How to make image/logo in the header clickable’ is closed to new replies.