找到wp-content/themes/dashscroll/content.php,注释其中的“Read More”和Left(头像)相关内容。

找到同目录下的footer.php,注释copyright、credit相关内容。

使用以下自定义CSS来自定义背景并解决移动端页面不换行的问题:

.wp-block-themeisle-blocks-advanced-column p{white-space:normal;word-wrap: break-word; word-break: normal;}
.content {background:#fbfbfb;}