Multiple Logos
- The topic ‘Multiple Logos’ is closed to new replies.
Need help? Check out our Support site, then
Regarding the logo, how can I have different logos in different pages?
The blog I need help with is: (visible only to logged in users)
Hi there,
It’s bit tricky, please upload a logo first and I’ll help you from there.
Thanks.
Logo uploaded.
Hi there,
This will help:
.site-title img {
visibility: hidden;
}
.site-title span:first-child {
visibility: visible;
background-repeat: no-repeat;
background-image: url('https://costasatucf.files.wordpress.com/2019/03/llc1.png?w=233&h=233');
}
Cheers.