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.
「いいね!」 1
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.
「いいね!」 3
Try using this:
.banner-connector .welcome-wrapper {
.welcome-content {
display: none;
}
.featured-todo {
flex: 1;
}
}
「いいね!」 2
Could you share a link to your forum, here or via personal message so I can have a look at it?
「いいね!」 2
maybe try this:
.above-main-container-outlet.welcome-link-banner-connectors .welcome-wrapper .welcome-content {
display: none;
}
「いいね!」 4