
this is widget placed on page, id like hide the company header and the left icons. display:none;.
only on page. does not affect footer.

this is widget placed on page, id like hide the company header and the left icons. display:none;.
only on page. does not affect footer.
Hello @Sathis,
Thanks for posting in!
Do you want to display something like this?

If that is the case, please edit your page back in Cornerstone and insert the following custom css in the settings tab, Settings > Custom CSS
.x-bar-widget-area #contact_widget-2 {
padding: 0.5em 1em;
}
.x-bar-widget-area #contact_widget-2 .h-widget {
display: none;
}
Hope this helps. Please let us know how it goes.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.