Custom title style

When I create a page, there is no option to customize the title parts. I just can enter the title that’s it. What should I do to customize this part. I want make different font and background section for page title. Don’t want the featured image with shadow effect. Please don’t aske me to create a custom page template. Because in template also this part is not customizable. Awaiting for your solution. Thanks in advance.

If you’re familiar with CSS please try using Developer Tools to view CSS classes View and change CSS - Chrome Developers

For example, to change title size (if it category page) it is possible to use this CSS snippet

.header-hero .hp-listing-category__name{
	font-size: 10px;
}
1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.