Home Forums Basel support forum Show the close button on the header banner

Show the close button on the header banner

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #114052

    Giulio
    Participant

    Hi there, we’re using a popup button inside the header banner, but we can’t see the close button. How we can show it? I think that it is covered by the row. Thanks!

    #114053

    Giulio
    Participant

    Is there a way to hide the underline in the mobile versione? Because it is not so nice.

    #114104

    Hello,

    Close button for the Header banner is configured in the Theme Settings > Shop > Header banner.

    Add this code to the Theme Settings > Custom CSS > :

    body .header-banner-container .btn-color-primary{
    border-color:transparent
    }

    Best Regards

    #114106

    Giulio
    Participant

    The “close button” is activated, but it is hidden under the row created with the HTML Block. How can I show it?

    #114126

    Hello,

    Enter the HTML block and into the row settings set default with not “stretch the row..”

    Best Regards

    #114147

    Giulio
    Participant

    It do not works for me.

    Attachments:
    You must be logged in to view attached files.
    #114217

    Hello,

    Please provide your site admin access.

    Best Regards

    #114257

    Giulio
    Participant

    Maybe it could helps in CSS?

    background-color: rgba(0,0,0,0.5);

    #114292

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .close-header-banner:after, 
    body .close-header-banner:before {
        background-color: red;
    }

    Insert the color as per your needs.

    Best Regards

    #114295

    Giulio
    Participant

    It works, thanks 🙂

    #114302

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 11 posts - 1 through 11 (of 11 total)

The topic ‘Show the close button on the header banner’ is closed to new replies.