GeoDirectory SupportGrid View windows background color – GeoDirectory Support https://wpgeodirectory.com/support/topic/grid-view-windows-background-color/feed Tue, 03 Mar 2026 03:00:28 +0000 http://bbpress.org/?v=2.5.14-6684 en-US https://wpgeodirectory.com/support/topic/grid-view-windows-background-color/#post-47817 <![CDATA[Grid View windows background color]]> https://wpgeodirectory.com/support/topic/grid-view-windows-background-color/#post-47817 Sun, 02 Aug 2015 00:45:13 +0000 Xin Peng Hi,the background color of windows on my grid view are transparent, so they look like default image of geodirectory map, I want to change it into white with css so I add following code to Custom>CSS:
.geodir-addinfo{background-color:white!important;
}
.geodir-content{background-color:white!important;
}
but the white didn’t fill out the windows properly, look like thisScreenshot
I tried to use margin, overflow and some other ways found online, but none of them helped.

]]>
https://wpgeodirectory.com/support/topic/grid-view-windows-background-color/#post-47818 <![CDATA[Reply To: Grid View windows background color]]> https://wpgeodirectory.com/support/topic/grid-view-windows-background-color/#post-47818 Sun, 02 Aug 2015 00:46:23 +0000 Xin Peng The screenshot seems broken, I posted another one.

]]>
https://wpgeodirectory.com/support/topic/grid-view-windows-background-color/#post-47821 <![CDATA[Reply To: Grid View windows background color]]> https://wpgeodirectory.com/support/topic/grid-view-windows-background-color/#post-47821 Sun, 02 Aug 2015 02:12:01 +0000 Guust Try this

.geodir-gridview {background: white:}

Let us know how you went.

]]>
https://wpgeodirectory.com/support/topic/grid-view-windows-background-color/#post-47822 <![CDATA[Reply To: Grid View windows background color]]> https://wpgeodirectory.com/support/topic/grid-view-windows-background-color/#post-47822 Sun, 02 Aug 2015 02:25:23 +0000 Xin Peng Yes, It works totally fine, actually I also just worked it out with more lines of code, obviously yours is way much more neat.Thank you so much!

]]>
https://wpgeodirectory.com/support/topic/grid-view-windows-background-color/#post-47824 <![CDATA[Reply To: Grid View windows background color]]> https://wpgeodirectory.com/support/topic/grid-view-windows-background-color/#post-47824 Sun, 02 Aug 2015 02:49:29 +0000 Guust You’re welcome 🙂

]]>