Home › Forums › WoodMart support forum › Un styled Box Showing Instead of drop down arrows & cart/widgets › Reply To: Un styled Box Showing Instead of drop down arrows & cart/widgets
April 1, 2020 at 12:54 pm
#183827
Elise Noromit
Member
Hello,
Please add this code to the functions.php of the child theme:
function woodmart_remove_https($link) {
return $link;
}
Best Regards