Jump to content

Featured Replies

Posted

Hi, 

I am new here and just starting my forum on invision, complete novice so everything is taking me a long time to learn but I am getting there. One thing I want to do is add a full page width logo at the top off my forum. When I got onto logos in settings it only allows me to change the favicon? Maybe I am missing something? 

Il share an example off what I mean of what I would like to have.

Thanks

 

Could contain: File, Webpage, Text

Logos for your theme can be found in ACP -> Customization -> Themes -> edit theme -> Logos. 

For more information about our software, I would recommend reading our Help Guides: https://invisioncommunity.com/4guides/

  • Author
1 hour ago, Jim M said:

Logos for your theme can be found in ACP -> Customization -> Themes -> edit theme -> Logos. 

For more information about our software, I would recommend reading our Help Guides: https://invisioncommunity.com/4guides/

Thanks Jim appreciate your quick reply, got it sorted 👍

  • 9 months later...

How can I insert a background image in the logo?

Just now, peberl said:

How can I insert a background image in the logo?

This would need to be incorporated with your logo or you would need to customize your theme.

I have already tried a few things but where can I insert the link from the background?

<img src="https://media.invisioncic.com/m333272/monthly_2025_01/header.thumb.png.902027917bdbf8a2c5d3d2ca2b1fa056.png">

 

{{if isset( \IPS\Theme::i()->logo['front']['url'] ) AND \IPS\Theme::i()->logo['front']['url'] !== null }}
{{$logo = \IPS\File::get( 'core_Theme', \IPS\Theme::i()->logo['front']['url'] )->url;}}<img src="https://media.invisioncic.com/m333272/monthly_2025_01/header.thumb.png.902027917bdbf8a2c5d3d2ca2b1fa056.png">
<a href='{setting="base_url"}' id='elLogo' accesskey='1'><img src="{$logo}" alt='{setting="board_name" escape="true"}'></a>
{{else}}
<a href='{setting="base_url"}' id='elSiteTitle' accesskey='1'>{setting="board_name"}</a>
{{endif}}

Recently Browsing 0

  • No registered users viewing this page.