admin管理员组文章数量:1420530
I am using "Penscratch 2" theme. I would like to change the color of the main block with text (not sure what's the proper term for this) from the default white to something else (e.g., let's say, pink). Is it possible to do so using the function marked on the picture provided below? If so, what should I add in that field? If not, how else can I do it without purchasing the premium plan (which I cannot afford)?
I know nothing about CSS. :(
.png
I am using "Penscratch 2" theme. I would like to change the color of the main block with text (not sure what's the proper term for this) from the default white to something else (e.g., let's say, pink). Is it possible to do so using the function marked on the picture provided below? If so, what should I add in that field? If not, how else can I do it without purchasing the premium plan (which I cannot afford)?
I know nothing about CSS. :(
https://i.sstatic/rMEtp.png
Share Improve this question asked Jul 8, 2019 at 2:43 LeeLee 11 Answer
Reset to default 0You can put pinkBackground
in additional CSS Class, then you will have to add the following code into your Additional CSS, Dashboard > Appearance > Customize > Additional CSS.
.pinkBackground {
background-color: pink;
}
Keep in mind you should use the hex code in order to be able to set a specific color, so in this case, you can use the hex pink which would be background-color: #ffc0cb;
.
本文标签: cssPenscratch 2changing color of the main block
版权声明:本文标题:css - Penscratch 2 - changing color of the main block 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745336926a2654082.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论