WebSite X5Help Center

 
Fabio M.
Fabio M.
User

Sticky bar disabilitata in una pagina  it

Author: Fabio M.
Visited 927, Followers 1, Shared 0  

Come da oggetto, è possibile? 

Posted on the
2 ANSWERS - 1 USEFUL
Fabio M.
Fabio M.
User
Author

Per il momento ho risolto così: 

<style type="text/css">
div#imStickyBarGraphics, #imStickyBar {
display:none;
}
</style>

Read more
Posted on the from Fabio M.
Esse Di
Esse Di
User

Dovrebbe essere sufficiente questo codice semplificato:

<style type="text/css">

#imStickyBarContainer {display: none !important;}

</style>

Read more
Posted on the from Esse Di