change font size in advanced listing description (css?)

New home Forums Pro Add-on change font size in advanced listing description (css?)

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #69409
    serenebabe
    Member

    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.
    #69418
    Matthew
    Moderator

    Hi 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,
    Matthew

    #69426
    serenebabe
    Member

    Oh, 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!

    #69427
    Matthew
    Moderator

    Hi 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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.