thaidb
(thaidb)
1
Hello admin,
Can we delete subtitle Banner and the Banner title can be display full column Title?
Thank you!
Canapin
(Coin-coin le Canapin)
2
Hi Sora, a translation issue came up here:
Is your question related to this bug?
edit : it was, and the issue is now fixed.
Canapin
(Coin-coin le Canapin)
3
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.
thaidb
(thaidb)
4
No,
I wanna remove div 2 and merge div 1 and 2 to full CSS
thank you!
Canapin
(Coin-coin le Canapin)
5
Try using this:
.banner-connector .welcome-wrapper {
.welcome-content {
display: none;
}
.featured-todo {
flex: 1;
}
}
thaidb
(thaidb)
6
Thank canapin so much but not effect 
Canapin
(Coin-coin le Canapin)
7
Could you share a link to your forum, here or via personal message so I can have a look at it?
Lilly
8
maybe try this:
.above-main-container-outlet.welcome-link-banner-connectors .welcome-wrapper .welcome-content {
display: none;
}