最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

css - Penscratch 2 - changing color of the main block

programmeradmin2浏览0评论

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 1
Add a comment  | 

1 Answer 1

Reset to default 0

You 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;.

发布评论

评论列表(0)

  1. 暂无评论