GeoDirectory SupportGD Search Bottom Border – GeoDirectory Support https://wpgeodirectory.com/support/topic/gd-search-bottom-border/feed Fri, 14 Mar 2025 17:01:23 +0000 http://bbpress.org/?v=2.5.14-6684 en-US https://wpgeodirectory.com/support/topic/gd-search-bottom-border/#post-18493 <![CDATA[GD Search Bottom Border]]> https://wpgeodirectory.com/support/topic/gd-search-bottom-border/#post-18493 Wed, 15 Oct 2014 19:02:18 +0000 michless How do I remove the bottom border under the GD Search Widget?? I have it on my homepage at the top but don’t want a border to show. Also, is there a way to make the box transparent instead of white? You will see on the following website link:
http://highway2fitness.com/

Thanks.

]]>
https://wpgeodirectory.com/support/topic/gd-search-bottom-border/#post-18508 <![CDATA[Reply To: GD Search Bottom Border]]> https://wpgeodirectory.com/support/topic/gd-search-bottom-border/#post-18508 Wed, 15 Oct 2014 20:04:19 +0000 Paolo Hi,

add this to your style.css



.geodir-loc-bar {
    border: 0 none;
}
#main .geodir-loc-bar-in, #main .geodir-category-list-in {
    background-color: transparent;
}
#main .geodir-loc-bar-in {
    border: 0 none;
}

A quick tutorial to learn how to do this yourself: http://docs.wpgeodirectory.com/customizing-your-style/

Thx

]]>