Hello, thanks for using our them.
Please, provide ftp and admin panel access and we’ll fix google map issue.
There is no any additional options for currency in our theme. If you need such feature contact WooCommerce support.
Hello, thanks for using our them.
Please, provide ftp and admin panel access and we’ll fix google map issue.
There is no any additional options for currency in our theme. If you need such feature contact WooCommerce support.
Hello,
To change the color of navigation items when they are visited add the following code in custom css (Theme Options -> Custom CSS -> Global Custom CSS)
.menu-main-container ul li.current-menu-item a{
color: #278e1c;
}
Hello,
First of all, we recommend to use child theme if you plan to do any changes in template files. Child theme archive you can find it in theme package.
Create your widget area (use function.php of child theme). Copy header.php file and headers folder into the child theme folder and make appropriate changes to add widget area.