Show the close button on the header banner
-
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!
Is there a way to hide the underline in the mobile versione? Because it is not so nice.
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
The “close button” is activated, but it is hidden under the row created with the HTML Block. How can I show it?
Hello,
Enter the HTML block and into the row settings set default with not “stretch the row..”
Best Regards
It do not works for me.
Attachments:
You must be
logged in to view attached files.
Hello,
Please provide your site admin access.
Best Regards
Maybe it could helps in CSS?
background-color: rgba(0,0,0,0.5);
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
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Show the close button on the header banner’ is closed to new replies.