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



