Option GeoDirectory > Design > Scripts not showing
This topic contains 11 replies, has 3 voices, and was last updated by beneetpandey 5 years, 8 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket-
AuthorPosts
-
February 22, 2020 at 11:37 pm #531741
Hi GD team,
I am not seeing Scripts option under GeoDirectory –> Design option.
I
My Version 2.0.0.79I need to add some custom css to make listing font and Add new Place form field bigger and in different color.
Please let me know how can I change color and increase fonts ofr form fields in GDAttached screenshot
Thanks
BeneetFebruary 22, 2020 at 11:50 pm #531747You can add your custom CSS to the WordPress Customizer.
WP Admin – Appearance – Customize – Additional CSS
February 23, 2020 at 12:08 am #531752Is there any specific reason script option isnot showingunder GD design tab. I remeber it was there when I initially installed GD but not sure if this is something relted to GD 2.x version.
Is there any way to fix this or putting my css under
WP Admin – Appearance – Customize – Additional CSS
will work.I have another question can you provide me one example or reference so that I can change Place form field font and colors.
I also want to change color of values in these field.
For example I want to highligh or bold phone number or owner name then what I need to do.
I really appreciate your help on customizing these options.Regards
BeneetFebruary 23, 2020 at 12:38 am #531754The scripts tab was in V1, GDV2 uses the customizer
You can find the appropriate class when you examine the code on the page.
Here are a couple examples to get you started:
https://wpgeodirectory.com/docs-v2/templates/add-listing/#css
February 23, 2020 at 1:05 am #531756Thanks Alex,
I will go through these docs and look into it. Thanks again for your help. I will try and reply back if have any questions.
February 23, 2020 at 4:33 pm #531807Hi Alex,
I tried to add custom css in WP Admin – Appearance – Customize – Additional CSS area but not able to achieve what I want.
I have following “Place form field” — Attached screenshot also..
Speciality: Smartphone, Foldable phone, Flip smartphone
Release Date: February 14, 2020
Rating: 4.4
Price: $1,380I want to change font or size or color of “Specality”, “Release Date”, “Ratings” place form fields.
I also want to change values of font or color or size of values in these fields like “Smartphone, Foldable phone, Flip smartphone”.
I tried this css
.green {color: #006600}
but this is making both form field and values in green, basically this css is applied to entire thing which I do not want.
Speciality: Smartphone, Foldable phone, Flip smartphoneCould you provide me one example or css code to customize place form field and values separately so that I use that as a template and reference to do more customization on othere fields.
This is very high priority and I am struglling to make this change since two days.
I really appreciate your help.
Regards
BeneetFebruary 23, 2020 at 7:04 pm #531833Please share a link to the page.
February 23, 2020 at 7:55 pm #531845This reply has been marked as private.February 24, 2020 at 9:26 am #531896Hi Beneet,
Thanks for your reply. You can use the custom CSS code below to achieve this. Insert into WP > Appearance > Customize > Additional CSS.
.geodir-field-speciality .geodir_post_meta_title, .geodir-field-release_date .geodir_post_meta_title, .geodir-field-rating .geodir_post_meta_title, .geodir-field-price .geodir_post_meta_title, .geodir-field-screendisplay .geodir_post_meta_title {color:#ff0303;}February 25, 2020 at 3:03 am #532069Thanks Kor , I will give a try and let you know.
February 25, 2020 at 8:59 am #532108Hi beneetpandey,
Let us know how it goes.
March 1, 2020 at 12:41 am #532957This reply has been marked as private. -
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket