Can someone help me with replacing the following line with a logo that should be positioned after my fixed top menu? I have tried applying CSS code but nothing shows up.
This is the CSS code I am using:
#header .inner h1 a {
float: left;
display: block;
background:url('https://www.example.com/logo-image.jpg') no-repeat;
}
#header .inner h1 span {
display: none;
}
HERE is an example of my issue where I can only modify the CSS code.
If anyone has a solution, please let me know. Thank you!