We are building a site for a real estate company whose brokerage requires their logo at the top of the site to be smaller than the real estate agents logo. Is there a way to have two logos on the site where we use the stack feature to place one of them at the very top and the second logo in the navigation bar?
1 Like
Hi there,
Thanks for writing in! You can add your other logo in the Topbar to have a logo at the top of the site. To add a logo in Topbar, navigate to X > Theme Options > Header > MISCELLANEOUS and turn on the Topbar first then in TOPBAR CONTENT add the following code:
<img src="//logo.png" alt="">
Replace //logo.png with actual image URL in the above code.
Hope this helps!
1 Like
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.