Hello!
First of all thank you for this very cool template!!
I would like to add a logo or an image including the logo instead of the title in the header.
Not only in the sidebar, but in the real header, up to the timeline.
Thank you!
To resolve this issue, below is our instruction:
Firstly, follow the jetpack’s guideline in the Blog article on how to use Edit CSS here. http://cmspioneer.com/designwall/blog/using-jetpack-custom-css-for-your-wordpress-site/
Then add the code to the Edit Css.
.banner .page-title {
text-indent: -9999px;
background: url('FILE URL');
width: 250px;
height: 250px;
border: none !important;
}
.style-flat .banner hgroup:after{
display: none;
}
Note: You can add your logo image to the Media then copy the URL FILE on the right hand side.
Hope this helps !
How can I make it responsive?
Because the size fit perfectly for a labtop but it’s crop when it’s seen on a mobile device.
And how can I add an image on the background, separately from the logo ?
Thank you anyway, your first answer worked perfectly 🙂
Please login or Register to submit your answer