Hey,
The premium theme has options for this with the header widget area, but unfortunately, the free theme does not. You could use the sitewide banner, but your image would still sit below your menu. Would that work for you? Otherwise you would need to add a custom function into a child theme.
Hannah
Hey,
Depending on what kind of image you want to add, this may be doable with some CSS. Can you link to the image so I can attempt this?
-Kevin
Hi,
Here is the image. https://staging.bdchiro.net/wp-content/uploads/2019/02/logo-small-bdpt.gif
I would want the image to be clickable to this site: https://bdphysicaltherapy.com/
The sites are “sister” sites and I need both logos up top and need users to be able to go back and forth between the sites.
Thank you.
Hi Kevin,
Alternately, I could flush the logo left and put the second logo to the right of it, and use the primary navigation flush right.
Thanks.
Sorry for the delay. Try adding this CSS to Theme Options> Advanced Settings, Custom CSS:
div#logo:after {
content: url(https://staging.bdchiro.net/wp-content/uploads/2019/02/logo-small-bdpt.gif);
}
Let me know if that works for you!
-Kevin
Thanks Kevin, works beautifully! One last thing, is there a way to make it a link?
Unfortunately you cannot add a link via CSS that I’m aware of.
-Kevin