Jump to content
View in the app

A better way to browse. Learn more.

Invision Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

How to add second logo next to main

Featured Replies

I'm looking for some help,

I need to add a second clickable logo next to my main logo in the header where the black scribble is. And on mobile, drop below the main logo.

Screenshot 2026-06-19 at 13.21.06.png

Im not a designer in any way, shape, or form. But you can probably do it just with CSS with something like this. Gives you something to play around with anyway, and will probably have to do similar for mobile

a[href="https://yoursiteurl/"]:has(img)::after {
	content: "";
	display: inline-block;
	width: 160px;
	height: 50px;
	margin-left: 20px;
	background: url("yourotherlogourl") center / contain no-repeat;
	vertical-align: middle;
}
  • Author
3 minutes ago, Marc said:

Im not a designer in any way, shape, or form. But you can probably do it just with CSS with something like this. Gives you something to play around with anyway, and will probably have to do similar for mobile

a[href="https://yoursiteurl/"]:has(img)::after {
	content: "";
	display: inline-block;
	width: 160px;
	height: 50px;
	margin-left: 20px;
	background: url("yourotherlogourl") center / contain no-repeat;
	vertical-align: middle;
}

Thanks Marc,

I've just managed to do it via a hook after front/global/logo

However after adding it in, it broke the main forum logo, reuploaded that fixed it weirdly.

  • Community Expert
  • Management
3 hours ago, Day. said:

I'm looking for some help,

I need to add a second clickable logo next to my main logo in the header where the black scribble is. And on mobile, drop below the main logo.

Screenshot 2026-06-19 at 13.21.06.png

It's the first logo that is the issue.

Peterborough United Memes 🥸 (@PUFCmemes) / Posts / X

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.