How to add beautiful banner like discourse home page

I want to add some additions that allow placing a banner to welcome visitors,


I check all themes
any plugins or extras

2 Likes

Hi @Phenix1997,
Check this topic :arrow_down:

2 Likes

can you help modify the links!
check

1 Like

Change the text:

Change the links & icons:

1 Like

any icon providers ?

Discourse uses Font Awesome for icons if that is what you mean?

I tried to replace the old icons with a new one and upload them but nothing happen
check

{{#if (and shouldShow discoveryRoute)}}
  <div class="custom-homepage-wrapper">
    <div class="wrap custom-homepage">
      <div class="welcome-wrapper">
        <div class="welcome-content">
          <h2>{{theme-i18n "meta_banner.welcome"}}</h2>
          <p>{{theme-i18n "meta_banner.subtitle"}}</p>
        </div>
        <div class="featured-todo">
          <div>
            <a href="https://forum.ongurutips.com/search?expanded=true">
              <h3>{{d-icon "info-circle"}}
                {{theme-i18n "meta_banner.docs"}}</h3>
            </a>
          </div>
          <div>
            <a href="https://www.fiverr.com/phenix1997">
              <h3>{{d-icon "fab-discourse"}}
                {{theme-i18n "meta_banner.themes"}}</h3>
            </a>
          </div>
          <div>
            <a href="https://ongurutips.com">
              <h3>
                {{d-icon "fab-discourse"}}
                {{theme-i18n "meta_banner.hosting"}}</h3>
            </a>
          </div>
        </div>
      </div>
    </div>
  </div>
{{/if}}

my new icons ! png format

check https://forum.ongurutips.com

How do we change our font awesome icons for the banner

~ a admin on forum.ongurutips.com

Just change these for your preferred icon

I try, no one work. can you suggest other options

Bro how r u using it it won’t show for me