We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我想把纯色的背景换成图片,但找了许久没有找到在什么地方设置,请问有什么办法可以实现这样的效果吗?
我new了一个About页面,但是这个页面下面会有License信息,我不知道如何才可以关闭它。
The text was updated successfully, but these errors were encountered:
背景的问题我自己已经解决
情况如下:
在suka/source/css/style.min.css 添加 body { background:url(/img/bg.jpg); background-repeat: no-repeat; background-attachment:fixed; background-position:10% 10%; }``` 即可
suka/source/css/style.min.css
Sorry, something went wrong.
由于当时的设计中没有包括将背景改为图片,所以没有提供这一选项; 修改 style.min.css 不是太好的主意;你可以试试将 <style> 标签通过头部自定义代码的方式添加背景; 主题尚未实现对部分页面禁用 License,将会添加到 Todo 中。
style.min.css
<style>
No branches or pull requests
我想把纯色的背景换成图片,但找了许久没有找到在什么地方设置,请问有什么办法可以实现这样的效果吗?
我new了一个About页面,但是这个页面下面会有License信息,我不知道如何才可以关闭它。
The text was updated successfully, but these errors were encountered: