GGANG wrote:Last week after convert from V.0.12 this two websites have a background linear-gradient on the title and somewhere else.
How to remove it?
This is because the "disqus" CSS class has been inherited into your pages in the convert process, as the convert process just thought it was an ordinary css class. I am not 100% sure if it is in all your pages, but you have to
remove it! Likely it is in the page->settings->module->module classes:
... or, if too much work to remove the "disqus" tag for all pages, you can add this to settings->custom->custom CSS:
.context.disqus {
background: transparent;
}
.context.disqus h2.subheader{
margin: 0.5rem 0;
}
GGANG wrote:X3 officially released, when will enable the audio player?
We should have time to look into audioplayer in a months time, after new www.photo.gallery is ready.