Remove the left text from the banner

Hello admin,
Can we delete subtitle Banner and the Banner title can be display full column Title?
Thank you!

Hi Sora, a translation issue came up here:

Is your question related to this bug?

edit : it was, and the issue is now fixed.

Hi Slow Love, did you figure out the issue in the end?

Not that I’m aware of. Do you still encounter the issue? It might be a conflict with your theme, as I see it’s a custom one.

No,
I wanna remove div 2 and merge div 1 and 2 to full CSS


thank you!

Try using this:

.banner-connector .welcome-wrapper {
    .welcome-content {
        display: none;
    }
    .featured-todo {
        flex: 1;
    }
}

Thank canapin so much but not effect :frowning:

Could you share a link to your forum, here or via personal message so I can have a look at it?

maybe try this:

.above-main-container-outlet.welcome-link-banner-connectors .welcome-wrapper .welcome-content {
    display: none;
}