• Resolved vtechteam

    (@vtechteam)


    After using the css provided from your website I see that it does work when clicking on the image but does not apply to the “Default More Info” text that is shown prior to clicking on the image.

    CSS I used is:

    .hotspot-info .hotspot-content {font-family: sans-serif;font-size: 1rem;font-weight: normal;color: #999 !important;}

    Can this box use html as well?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support Cyn

    (@cyn92)

    Hello @vtechteam! It sounds like you’ll want to use this CSS snippet:

    /* Modifies the Hotspot Content and Default More Info area */

    .hotspot-info .hotspot-content,
    .hotspot-content{
    font-family: sans-serif;
    font-size: 1rem;
    font-weight: normal;
    color: #999 !important;
    }

    Please let us know if that does the trick! ??

Viewing 1 replies (of 1 total)
  • The topic ‘Change “Default More Info” text size and color’ is closed to new replies.