How to disable the banner topic dismiss button?

Hello, I wonder how to hide the banner topic dismiss buttong (right corner ). I don’t want users to dismiss the banner topic and in ther future, I would add sliders to add more dynamic vibe.

2 curtidas

You can just add css in your theme to target it and hide it.

3 curtidas

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Para qualquer outra pessoa que esteja resolvendo o mesmo problema, você pode simplesmente adicionar este CSS

#banner .floated-buttons>.btn {
    display: none;
}

à aba CSS em “Common” em um novo Componente de Tema

1 curtida