detail listing heading and translation of more infos tab
This topic contains 10 replies, has 3 voices, and was last updated by Michaela 8 years, 1 month ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket-
AuthorPosts
-
March 18, 2018 at 9:39 pm #422006
Hi,
I have two issues with the detail listing:
1.) I would like to have the heading displayed above the slider. I am using the Enfold Theme. Adapting the header title in Enfold only results in a small title with grey background, see screenshot 🙁 Any ideas if there is a chance to change that with a css script in Geo Directory?
2.) The more infos tab is translated with “More infos” in German. “infos” should be written with a capital I, like this “Infos”. How can I adapt that?Thanks a lot for your help in advance!
Michaela
March 19, 2018 at 3:45 am #422046Hi Michaela,
Thanks for reaching us. I’ve just inspected your page here http://www.groomondo.com/Stuttgart/mrash/ and I’m not able to see the “title with grey background”. Did you remove it already?
For your second question, you can use the custom CSS code below to achieve what you needed there. Insert into GD > Design > Scripts > Custom Style CSS
span.gd-tab-list-title a{ text-transform: capitalize!important; }Thanks!
March 25, 2018 at 7:24 pm #423235Hi Kor,
thanks for answering.
Yes, I did remove the title with grey background. Shall I provide you with a WP temp admin access to have a closer look?The CSS code you provided solved the second issue! Thanks a lot.
Michaela
March 25, 2018 at 10:02 pm #423259Please see this topic for discussion about Enfold titles.
https://wpgeodirectory.com/support/topic/highlighting-an-ad-name-or-title-above-images-and-seo/
April 27, 2018 at 7:48 pm #428283Hi Alex,
thanks for the link.
Unfortunately, the CSS provided did not solve the problem of the title.
Do you have any other idea to tackle the issue?Thanks
MichaelaApril 28, 2018 at 2:16 am #428307Hi Michaela,
Thanks for your reply. Could you please share your WP admin access in private reply so that I could try using the code below from the article Alex shared earlier and see if it works?
add_action('geodir_details_main_content', 'geodir_action_page_title', 21);Thanks!
April 28, 2018 at 2:18 am #428308Hi Michaela,
Please ignore my previous reply. It looks like you’re just trying to remove the grey background color and resize the title font size. Yes, that’s something that can be done easily. Please enable the title again and I’ll provide the custom CSS code to achieve that.
Thanks!
April 30, 2018 at 2:05 pm #428509Hi Kor,
yes, that’s exactly what I would like to do!
I enabled the titles again (they show the grey background). Would be great if you could provide the CSS code. The title should be written in capital letters similar as the others on the website.Thank you so much!
Michaela
May 1, 2018 at 2:22 am #428561Hi Michaela,
Thanks for your reply. Kindly use the custom CSS code below to achieve what you needed there.
.alternate_color { background-color: #fff!important; } h1.main-title.entry-title a{ font-size:30px!important; text-transform: uppercase!important; }May 1, 2018 at 8:00 am #428590Thanks for writing in about how to get custom CSS working on your site.
We hope you have found the examples useful.
For more custom CSS, we have a doc page that explains how to create it yourself here:
https://wpgeodirectory.com/docs/customizing-your-style/
Or you can contact a GD Expert who can continue to help your site match your niche exactly:
May 13, 2018 at 7:55 pm #430344Hi Kor,
thanks a lot. The CSS code you sent fixed the issue!
Regards
Michaela -
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket