GeoDirectory SupportChanging the Place Custom Fields Icon Size – GeoDirectory Support https://wpgeodirectory.com/support/topic/changing-the-place-custom-fields-icon-size/feed Mon, 06 Apr 2026 23:33:49 +0000 http://bbpress.org/?v=2.5.14-6684 en-US https://wpgeodirectory.com/support/topic/changing-the-place-custom-fields-icon-size/#post-3477 <![CDATA[Changing the Place Custom Fields Icon Size]]> https://wpgeodirectory.com/support/topic/changing-the-place-custom-fields-icon-size/#post-3477 Tue, 03 Jun 2014 06:09:46 +0000 Russell I have a development site at http://1967media.com/planmygetaway and I ma wanting to change the size of the custom icon for the “Places Custom Fields”
It seems the icon size is predefined at 18px 18px.
Firebug inspector shows:

element.style {
background: url(“http://1967media.com/planmygetaway/wp-content/uploads/icons/tripadvisor-icon.png”) no-repeat scroll left center / 18px 18px rgba(0, 0, 0, 0);
}
How can I change the size from 18px to say 26px?

]]>
https://wpgeodirectory.com/support/topic/changing-the-place-custom-fields-icon-size/#post-3503 <![CDATA[Reply To: Changing the Place Custom Fields Icon Size]]> https://wpgeodirectory.com/support/topic/changing-the-place-custom-fields-icon-size/#post-3503 Tue, 03 Jun 2014 14:27:30 +0000 Stiofan O'Connor Hi russell, we have changed the way that system works a bit, you should be able to do this in the next release.

Thanks,

Stiofan

]]>
https://wpgeodirectory.com/support/topic/changing-the-place-custom-fields-icon-size/#post-3522 <![CDATA[Reply To: Changing the Place Custom Fields Icon Size]]> https://wpgeodirectory.com/support/topic/changing-the-place-custom-fields-icon-size/#post-3522 Tue, 03 Jun 2014 19:09:40 +0000 Russell Ok sounds good. In the meantime which file can I change the size manually?

]]>
https://wpgeodirectory.com/support/topic/changing-the-place-custom-fields-icon-size/#post-3568 <![CDATA[Reply To: Changing the Place Custom Fields Icon Size]]> https://wpgeodirectory.com/support/topic/changing-the-place-custom-fields-icon-size/#post-3568 Wed, 04 Jun 2014 16:22:04 +0000 Stiofan O'Connor Hi russell, i have decided to keep the hard codded size to try and keep things uniform for users who have no CSS skills. The next version of GD you will also be able to use font awesome icons http://fortawesome.github.io/Font-Awesome/icons/

For now you can override the style is the !important selector.

.geodir-i-time {background-size: 26px 26px !important;}

Thanks,

Stiofan

]]>