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.
You can just add css in your theme to target it and hide it.
3 « J'aime »
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.
For anyone else solving the same problem, you can just add this css
#banner .floated-buttons>.btn {
display: none;
}
to the Common → Css tab in a new Theme Component
1 « J'aime »