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 إعجابات