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)

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

3 إعجابات

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

لكل من يحل نفس المشكلة، يمكنك فقط إضافة هذا الـ CSS

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

إلى علامة التبويب Common → Css في مكون سمة جديد

إعجاب واحد (1)