Hi! 🙂
I tried my best with figuring out CSS (i tried to learn here: https://wpgeodirectory.com/docs/customizing-your-style/ and here: http://www.w3schools.com/css/)
but i would highly appreciate some help.
What i would love to accomplish:
1. Search button in orange with dark borders
I tried this but failed:
.button.geodir_submit_search {
background-color: #F68423!important;
border: 2px solid #f3f3f3!important;
border-radius: 4px!important;
}
2. White content-wrap or at least total White background on SEARCH pages and LISTING DETAIL pages.
My X theme is set to have a grey background with a white content-wrap (white container where all the content is). It seems GD pages don’t have title in the content-wrap. How can i change this?
3. DETAIL Page
3.1 remove category “Place Category: [category name]”
3.2. remove the image on the top right (Rating Info section) because image is shown 2x on the page.
3.3. Add a “write review” button to the Rating Info section
3.4. How can I display the map under “more info” tab (separate tab for map deactivated)
Thank you!
Gerald