メインコンテンツへスキップ

Adding a background image to the Help Center - ナレッジベース / Using Deskpro / Admin / Help Center - Deskpro Support

Adding a background image to the Help Center

作成者一覧

The easiest way to add a background image to your Help Center is in Admin > Help Center > Help Center Design and click Edit Custom CSS to change the CSS of the Help Center.

 

Screenshot 2023-08-01 at 16.04.38.png

Add the following to the template:

.dp-po .dp-po-main {
background-image: url(your_url_here);
}

You can add you can add background-size: contain; or background-size: cover; to adapt the size as needed

The URL needs to be a publicly accessible image. This will achieve a result like the below:

参考になった 役に立たない

コメントを追加

コメントを投稿するには、ログインまたは登録が必要です。

パスワードをお忘れですか?