May I ask how to adjust the background color, font size, etc. of the welcome banner on the homepage? I am referring to the welcome banner on the homepage of all themes. Below is my css change code. After the application, the banners of other tab pages will also change synchronously. I don’t want to change it synchronously, because I just want to change the welcome banner on the homepage, I hope I can help you to see how to deal with it, thank you:
h1.Hero-title {
margin-top: 0px;
text-align: center;
color: #ffffff;
font-size: 25px;
color: #ffffff;
font-weight: bold;
font-family: 'Acme', sans-serif;
display: inline-block;
}
(It would be even better if you can directly use the css code to directly apply the copywriting and style of the welcome banner on the homepage (now I only know to fill in the title copywriting in the background configuration. I know css code too well)
)