Forum replies created
about the content icons please check this thread https://theme4press.com/support/topic/replace-with-a-custom-graphic/,
have you check the docs how to set up any slider on homepage?
please provide your website with login details in private reply, I will check it
may you please provide your login details with your website in the private reply?
this will be fixed in the next release…this has been reported…thanks
have you try to install the theme through wp admin interface?
you didn’t have updated the T4P Core plugin which comes with the latest theme version, I updated it and now it works fine
you could try it…I never test it 🙂
thanks for your patience Jonathan
there is no need to reinstall the theme..please provide your website with login details in private reply I will do it for you
globally it can be disabled in Theme Options -> Styling -> Disable Widget Background , but if you wish to disable it only for footer widgets, will need to use a Custom CSS, for example:
.footer .widget-content {
background: none;
border: 0;
box-shadow: none;
}
.footer .widget::after {
background: none;
}