Kor
Forum Replies Created
-
AuthorPosts
-
Hi David,
Thanks for your post. Kindly check out this Website http://geodirectoryexperts.com/ where you’ll find several freelance GD experts ready to start working with you.
Thanks!
Hi Kerrin,
Thanks for your reply. Let’s do this one at a time. Could you share your Website WP admin login credentials in private reply so that I could take a better look at your GD setup? In the meantime, you can use the custom CSS code below to force the layout to only show a single column on a mobile device. Insert into GD > Design > Scripts > Custom Style CSS.
@media only screen and (max-width: 600px) { .geodir_category_list_view li { width: 100%!important; } }Hi derek,
Thanks for your message. You can use the custom CSS code below to fix it.
.geodir-categories-container ul { width: auto!important; } .gd-cptcat-row.gd-cptcat-gd_place { margin: auto 0!important; text-align: center!important; }Hi Eric,
Billing can look into it if you make your request here: https://wpgeodirectory.com/refund-policy/
Hi HBS,
Thanks for your reply. You can use the custom CSS code below to achieve this. Kindly refer to this article https://wpgeodirectory.com/docs/customizing-your-style/ that explains how this is done.
#primary-nav ul .sub-menu a, #primary-nav ul .sub-menu a:hover{ background-color: transparent!important; }Hi there,
Thanks for your post. I’ve inspected your Website and I noticed that you’ve already imported some sample data. How do you replicate the issue? Could you list down some steps?
Thanks!
Hi Anna,
Thanks for your reply. Could you try inserting the custom CSS code below and see if it fixes the issue you had there?
.geodir-image-container ul.geodir-images li img { height: 100%!important; } .geodir-widget-posts li { background: none!important; } .gd-rating-info-wrap .gd-list-rating-stars { display: block!important; } .gd-fav-info-wrap { float:left!important; }Hi majaxlt,
Thanks for your reply. Could you share the URL of your Website in question so that I could take a better look at it?
Thanks!
Hi Kerrin,
Thanks for your post. This is possible with some custom CSS. Could you share your Website URL here so that we could take a better look at it? You can use the private reply option below.
Hi there,
Thanks for your reply. Try replacing the custom CSS I’ve provided earlier with the below and see if it helps?
/* Navigation Menu Font Color*/ .home .site-header a, .home .site-header a:visited { color: #fff; } /* Featured Title Font Color*/ .home.sd .featured-area h1.entry-title { color: pink; }Hi Derek,
Thanks for your post. Could you share your WP admin access here in private reply so that we could check your GD setup?
Thanks!
Hi HBS,
Thanks for your post. You can use the custom CSS code below to do what you need. Also, go through this article when you have the time https://wpgeodirectory.com/docs/customizing-your-style/ .
/* Navigation Menu Font Color*/ .site-header a, .site-header a:visited { color: #fff; } /* Featured Title Font Color*/ .sd .featured-area h1.entry-title { color: pink; }Hi David,
Thanks for your post. Could you share WP admin access to your Website so that could check how your GD is setup?
Thanks!
Hi Bernward,
Thanks for your post. That can be done via hooks. By searching in the forum you can find plenty of examples, please see: https://wpgeodirectory.com/support/search/?bbp_search=geodir_detail_page_sidebar_content
Let us know how it goes.
Thanks!
Hi Ian,
Thanks for your post. We are aware of this and a workaround for this would be to overwrite it using custom CSS. Insert into GD > Design > Scripts > Custom Style CSS.
.sd-homepage .site-header, .sd.sd-location .site-header { background-color: #2F2F2F!important; } -
AuthorPosts