Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #837484

    Hej
    Been playing around with the hotspot and can’t seam to make the font size smaller.

    have tried the suggested code from this thread without any luck. https://kriesi.at/support/topic/enfold-hotspot-resize/

    .av-image-hotspot_inner {
        font-size: 15px;
    }

    Does anybody have a fix for this?

    #838488

    Hey enestedt,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    .avia-tooltip .inner_tooltip {
        font-size: 15px;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #838529

    Unfortunately it didn’t work :(

    #838572

    Hi,

    Can you try to use this instead:

    .avia-tooltip .inner_tooltip p {
        font-size: 15px;
    }

    or

    .avia-tooltip .inner_tooltip p {
        font-size: 15px !important;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #838630

    Awesome!!! That worked :)
    Didn’t need to use !important :)

    Thank you!

    #838745

    Great! We’re happy to help. For any other questions or issues, feel free to post them here on the forum and we will do our best to assist you.

    Thank you for using Enfold.
    Cheers!
    Sarah

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Enfold Hotspot font size’ is closed to new replies.