This topic has 6 replies, 2 voices, and was last updated 3 years, 11 months ago ago by Olga Barlow
Hi ,
I’ve tried add the z-index 999 on the message div but it’s till behind the mobile panel
.sticky-message-on .content-page .woocommerce-info{
z-index: 999 !important;
}
Hello,
Add the following code instead of the code that you provided
.template-container .woocommerce-info.wc-memberships-message {
position: relative;
}
Regards
I’ve added your code but it does not work….
The message only appear 20 seconds then it goes away so I wanna it to be shown at the top.
Hello,
Oh, sorry, missed that.
Replace by this one
.template-container .woocommerce-info.wc-memberships-message {
position: relative;
visibility: visible;
opacity: 1;
}
Regards
Hello,
Could you, please, provide us with temporary Wp Dashboard access to your site to check the issue in more detail?
Regards
You must be logged in to reply to this topic.Log in/Sign up