GeoDirectory SupportHow to change arrow – GeoDirectory Support https://wpgeodirectory.com/support/topic/how-to-change-arrow/feed Wed, 25 Feb 2026 10:42:55 +0000 http://bbpress.org/?v=2.5.14-6684 en-US https://wpgeodirectory.com/support/topic/how-to-change-arrow/#post-43147 <![CDATA[How to change arrow]]> https://wpgeodirectory.com/support/topic/how-to-change-arrow/#post-43147 Sat, 20 Jun 2015 00:19:47 +0000 vcherednichenko Tell me please how to change arrow folding the category list by word on main map.

I want word “roll up” and “expand” instead arrow…

Thamks

]]>
https://wpgeodirectory.com/support/topic/how-to-change-arrow/#post-43150 <![CDATA[Reply To: How to change arrow]]> https://wpgeodirectory.com/support/topic/how-to-change-arrow/#post-43150 Sat, 20 Jun 2015 00:59:43 +0000 Guust Try this CSS:


.trigger .fa-compress:before {
  color: #FFF;
  content: "roll down";
}
.fa-expand:before {
  color: #FFF;
  content: "roll up";
}
]]>
https://wpgeodirectory.com/support/topic/how-to-change-arrow/#post-43158 <![CDATA[Reply To: How to change arrow]]> https://wpgeodirectory.com/support/topic/how-to-change-arrow/#post-43158 Sat, 20 Jun 2015 08:22:16 +0000 vcherednichenko Cool! Thank you! All work good!

]]>
https://wpgeodirectory.com/support/topic/how-to-change-arrow/#post-43159 <![CDATA[Reply To: How to change arrow]]> https://wpgeodirectory.com/support/topic/how-to-change-arrow/#post-43159 Sat, 20 Jun 2015 08:39:19 +0000 Guust You’re welcome 🙂

]]>