On web site www.dualset.com since some days footer not work, we need user Pro Footer temporary but not work like “standard footer” could please explain whats happen and how we can restore normal functionality?
Hi @andamttia,
Thanks for reaching out.
Can you please clarify what exactly you mean by not work like standard footer, is there any page that contains the standard footer so that can be compared?
If you are trying to point the white background of the last two column of the footer, and you want that to be removed please add the following custom CSS code to the Theme Options > CSS.
.x-colophon .widget ul li
{
background-color:transparent !important;
}
.widget_nav_menu ul>li a
{
color:#000000 !important;
}
Remember that the above code will work if copied as it is and don’t conflict with any existing style.
Please note that the code provided serves only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle.
We do not provide support for custom codes that means we can’t fix it in case it conflicts with something on your site nor will we enhance it.
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.