Hello @kamen007,
I understand you’re trying to add a text box to the Header Media. In the Customizer select Widgets, select Hero then Add a widget and select Text. You can give this widget a title or just write in the provided box. I hope this helps you add more impact to the Hero section of your site.
If you need more control over your Hero block, our plugin CoBlocks has an expanded Hero block that may fit your needs.
Unfortunately we are currently not adding features to this theme since we’re primarily putting our development resources into our new Go theme.
Hi
I mean that I want to create header media like this link :
https://ww.wp.xz.cn/themes/mins/
If you see this website, the picture is left and wording is right so I want to create mins theme like this link but I can’t do it.
Hello @kamen007,
After adding the Text Widget, you can target div.hero-inner with CSS and add a background color. The custom CSS can be added in Customize > Additional CSS. It would be similar to:
div.hero-inner {
background-color: #fefe;
}
I hope this helps get you on the right path for CSS.
Regards,
Daniel F.