# Modification homepage

**URL:** https://meta.discourse.org/t/modification-homepage/97501
**Category:** Marketplace
**Created:** [September 18, 2018, 8:32pm UTC](https://meta.discourse.org/t/modification-homepage/97501 "2018-09-18T20:32:10Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Kevin7](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/kevin7/32/110326_2.png) [@Kevin7](https://meta.discourse.org/u/Kevin7)
#### Post date: [September 18, 2018, 8:32pm UTC](https://meta.discourse.org/t/modification-homepage/97501/1 "2018-09-18T20:32:10Z")

</div>

Hello,

I really like the design of this [forum](https://community.shine.fr) and will like to know how can I do to get it please?

I thank you very much in advance,  
Kévin

Budget, negotiable

---

<div class="post-metadata">

### Author: ![Stranik](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/stranik/32/85638_2.png) [@Stranik](https://meta.discourse.org/u/Stranik)
#### Post date: [September 18, 2018, 9:05pm UTC](https://meta.discourse.org/t/modification-homepage/97501/2 "2018-09-18T21:05:45Z")

</div>

Hi @Kevin7,

It would be a pleasure to assist you on your project. You can reach me at [budo@narod.ru](mailto:budo@narod.ru) so we can discuss about your project in detail.

---

<div class="post-metadata">

### Author: ![Kevin7](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/kevin7/32/110326_2.png) [@Kevin7](https://meta.discourse.org/u/Kevin7)
#### Post date: [September 18, 2018, 9:31pm UTC](https://meta.discourse.org/t/modification-homepage/97501/3 "2018-09-18T21:31:53Z")

</div>

It is done 🙂

Best regards,  
Kévin

---

<div class="post-metadata">

### Author: ![Totus](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/totus/32/109129_2.png) [@Totus](https://meta.discourse.org/u/Totus)
#### Post date: [September 28, 2018, 3:35am UTC](https://meta.discourse.org/t/modification-homepage/97501/4 "2018-09-28T03:35:22Z")

</div>

Hi I would like to customise the login page on my forum. I want a background image and if possible an embedded video to explain the benefits of joining. Are you open to this?

Also login with facebook google etc

---

<div class="post-metadata">

### Author: ![Stranik](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/stranik/32/85638_2.png) [@Stranik](https://meta.discourse.org/u/Stranik)
#### Post date: [September 28, 2018, 5:09am UTC](https://meta.discourse.org/t/modification-homepage/97501/5 "2018-09-28T05:09:24Z")

</div>

Hi

I think you can add background image easily by yourself. Give it a try:

```plaintext
#discourse-modal {
  &.login-modal,
  &.create-account {
    &:not(.hidden):before {
      content: "";
      height: 100vh;
      width: 100vw;
      // change background here
      background: url(http:// *****.jpg);
      position: fixed;
      z-index: -2;
    }
  }
}

```

By changing the URL to your picture.

Unfortunately, I don’t do integration. The following plugin may help you.

> [@Custom Wizard Plugin mage](https://meta.discourse.org/t/custom-wizard-plugin/73345):
>
> pavilionSummary Forms for Discourse. This plugin lets you make rich and powerful forms for your Discourse forum. Better user onboarding, structured posting, data enrichment, automated actions and much more for your community.hammer_and_wrenchRepository Link [https://github.com/paviliondev/discourse-custom-wizard](https://github.com/paviliondev/discourse-custom-wizard)open_bookInstall Guide [How to install plugins in Discourse](https://meta.discourse.org/t/install-plugins-in-discourse/19157)people_huggingCommunity Community based support and discussions about this plugin are hosted on th…

---

<div class="post-metadata">

### Author: ![angus](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/angus/32/341715_2.png) [@angus](https://meta.discourse.org/u/angus)
#### Post date: [September 28, 2018, 5:45am UTC](https://meta.discourse.org/t/modification-homepage/97501/6 "2018-09-28T05:45:31Z")

</div>

@Totus As @Stranik mentioned, take a look at my [Custom Wizard plugin](https://meta.discourse.org/t/custom-wizard-plugin/73345). It may be what you’re after. I can help you with that for free. If you want help with that post in the Custom Wizard plugin topic.

If that’s not quite right, you can hire me to add any customizations, such as a video embed in the login modal, or a new login page. If you want to go down that route PM me and we’ll take it from there.

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [October 28, 2018, 5:55am UTC](https://meta.discourse.org/t/modification-homepage/97501/7 "2018-10-28T05:55:18Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
