Somehow, and I don’t know how, the logo is missing on our site. Where do I add a new one and center it? The site is chicagospiritualseekers.org. Thank you for your time.
Hi there
You can add logo from the Appearance > Customize , please check theme settings
Regards
I have checked and checked and I don’t see anything in Customize.
Oh wait. I see that I need to update the theme. Maybe that’s the problem.
No, that didn’t change anything, except that the site title is black, and though I change the hex color, it remains black. So no logo and a black site title. Hmmm.
Hi
Unite theme doesn’t have option to add logo, theme uses text and tagline as a logo, but there is a option to add image in the header which can be used as a replacement of the logo, its in the customizer > Header image
Regards
I remember now that I had indeed added a logo that I created into the header field. Hmmm. I must have removed it myself. LOL
In any case, why is the site title now black and won’t change no matter the hex color I add to CSS?
Hi there
Ok, got it
Try this CSS code:
.site-title a {
color: #5e199e !important;
}
Ah ha! I should have thought to add the !important;
Thank you, that worked.
Cool
Let me know if you need anything else