New home › Forums › Pro Add-on › change font size in advanced listing description (css?)
Tagged: css
- This topic has 3 replies, 2 voices, and was last updated 1 year, 9 months ago by Matthew.
-
AuthorPosts
-
June 10, 2021 at 4:11 pm #69409serenebabeMember
Hello! I’m sorry I wasn’t able to find the answer searching the forum, so here’s my question. I would like to change the font size for the descriptions in our listings: https://lutheransrestoringcreation.org/map-of-lrc-care-for-creation-ministries/
As you can see, for some reason, the description font is larger than the rest of the listing info. I tried manually changing one of them (editing the individual record) to see if that was the issue, but changes there didn’t impact the listing description.
I’m guessing there’s some simple css I could put in to change the font size for the description? Thanks for letting me know!
Attachments:
You must be logged in to view attached files.June 11, 2021 at 7:02 am #69418MatthewModeratorHi there,
Thank you for getting in touch with us, and my apologies for the inconvenience this may have caused.
Yes, some Custom CSS code can be used to achieve your request which I am more than happy to assist you with.
I have thus taken a look at your site and it appears that you have hidden the marker listing description in settings (Maps -> Settings -> Marker Listing).
Please could I kindly ask if you would still like some assistance in writing the Custom CSS code to reduce the font size of the description and if so, please may you unhide the marker listing description?
I look forward to hearing back from you and assisting you further.
Kindest Regards,
MatthewJune 11, 2021 at 3:28 pm #69426serenebabeMemberOh, yes, right! I turned it off because we had a big presentation where we were going to show the map but didn’t want the odd looking larger font distracting folks. I’ve re-enabled the description column!
June 11, 2021 at 4:29 pm #69427MatthewModeratorHi again,
Thank you for getting back to me and for your time on this, I really appreciate it!
That is not a problem at all and is understandable. Thank you for re-enabling the description as it was of much help in writing the custom CSS code for you.
With that said, please see the steps below on how to implement the custom CSS code:
1. Navigate to Maps -> Settings -> Advanced Settings.
2. Copy and paste the below CSS code into the “Custom CSS” setting block:.wpgmza_table_description p{ font-size: 14px !important; font-weight: normal !important; }
3.Click the “Save Settings” button.
Once this has been done, please may you clear your browser cache and confirm if you are happy with the changes?
I look forward to your response.
Kindest Regards,
Matthew -
AuthorPosts
- You must be logged in to reply to this topic.