# Designs zu Seiten hinzufügen

**URL:** https://meta.discourse.org/t/adding-designs-to-pages/90264
**Category:** Support
**Created:** [19. Juni 2018 um 23:48 UTC](https://meta.discourse.org/t/adding-designs-to-pages/90264 "2018-06-19T23:48:33Z")
**Posts on this page:** 1
**Showing post:** 8

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [20. Juni 2018 um 01:46 UTC](https://meta.discourse.org/t/adding-designs-to-pages/90264/8 "2018-06-20T01:46:26Z")

</div>

You can customize modals visually with CSS.

For example

```CSS
.d-modal.login-modal {
    background: url(https://upload.wikimedia.org/wikipedia/commons/9/96/Ambrosius_Bosschaert_the_Elder_%28Dutch_-_Flower_Still_Life_-_Google_Art_Project.jpg) 0% 0% / contain;
}

```

 ![47%20PM](https://global.discourse-cdn.com/meta/original/3X/8/e/8e1409bd30e18ddac01661841e54902316526aa4.jpg)

or

```CSS
.login-modal.in .modal-inner-container {
    background: url(https://vignette.wikia.nocookie.net/mrmen/images/b/b7/MMS_MrTall_ca03-1-.jpg/revision/latest?cb=20101106151544);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
    padding-left: 140px;
}

```

 ![05%20PM](https://global.discourse-cdn.com/meta/original/3X/c/a/caede0857c6038f7928da15e7e26aa199e163434.jpg)

> [@Blinq](#):
>
> Hi, I was wondering how I can design a homepage with a quick one-time introduction page that can be closed out?

This isn’t functionality that comes with Discourse, so this would require a plugin or theme. There are some similar #howto topics that could help, like [https://meta.discourse.org/t/banner-themes-and-instructions-for-customizing-them/82368](https://meta.discourse.org/t/banner-themes-and-instructions-for-customizing-them/82368) — there’s an example there that helps you create a collapsable banner. Dismissing the banner entirely wouldn’t be a vastly different process.

---

_[View the full topic](https://meta.discourse.org/t/adding-designs-to-pages/90264)._
