跳到主要内容

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:

有帮助 没有帮助

添加一条评论

请登录或注册以提交评论。

是否需要密码提醒?