mark multiple addresses on the map
-
mark multiple addresses on the map. Screenshot http://prntscr.com/ige6uq
The text disappears when you hover the cursor. How can I change the hover color in a futur or make the color inactive when I hover over the cursor? Screenshot http://prntscr.com/ige8e2
Hello,
There is no multiple addresses option for the map.
Here is a CSS code to change links color on hover in the copyrights area
body .min-footer a:hover {
color: black;
}
Regards
Thanks It works))
Скажите, а можно на русском пообщаться? Мне на английском через переводчик сложно обьяснить.) У меня вопрос по работе темы. Когда деактивирую Woocommerce то сайт перестаёт работаеть. Белый экран. Начал отключать по очереди плагины и оказывается делает белый экран плагин Redux Framework. Интересно что когда включен Woocommerce то и плагин не делает белый экран и всё работает хорошо. В чём может быть проблема?)
Try to enable wp debug mode in wp-config.php file and check what PHP error do you get when you see the white screen. https://codex.wordpress.org/Debugging_in_WordPress
Спасибо.)
Ещё вопрос – как удалить расстояние от слайдера к меню на всех страницах сайта или в отдельных? Например тут https://www.sevenapp.a-webstudio.biz.ua/gitara/ Вот скриншот http://prntscr.com/ih3cvq
By default, our header has a margin bottom and if you want to remove it on your home page, you can simply add a negative margin top for the first row on the page with Visual Composer. So just set -40px for example to compensate it.