Site logo

Archived topic

title background in colors with full width

8 replies · Started by José Ojeda on August 24, 2022

Viewing posts 1–9 of 9

could you do it with CSS code?

It's not possible with CSS code unfortunately.

The block element page hero I introduced above is meant for a request like this.

Can you give it a shot?

unfortunately I work with WPBakery (visual composer) I don't work with wordpress block editor.

In that case the title should be coming from WPBakery as well.

I can check if you can link me to the page in question.

I already solved it using code:

.page-hero {
background: linear-gradient(to right, #5abde7 0%, #7372b3 100%);
font-size: 28px;
padding: 30px;
color: #ffffff;
}

and creating the HERO page with {{post_title}}
Thank you.

Glad to hear.

This archived topic is closed to new replies.