Home Forums WoodMart support forum tooltip style

tooltip style

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

    MargoD
    Participant

    Hi,
    I have a question how to change the tooltip style?

    #218168

    Hello,

    Could you please provide some relevant screenshot and some elaboration with the URL of the page and which tooltip you are trying to style to check it myself and help you out accordingly.

    Best Regards.

    #218176

    MargoD
    Participant

    Can you give me where the style code I can overwrite in css? I mean the background, the font size.

    #218182

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .woodmart-tltp span.woodmart-tooltip-label,
    div.tooltip-inner {
    background-color: red;
    color: black;
    font-size: 20px;
    }

    You can set the colors accordingly.

    Regard’s.
    Xtemos Studio.

    #218208

    MargoD
    Participant

    Unfortunately it doesn’t work. You once gave me this code to run a tooltip:
    .pewc-field-label .tooltip {
    position: static;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    font-size: 16px;
    }

    Could this have an effect?

    #218339

    Hello,

    The code I provided you with is to change the style of the WoodMart tooltip.

    Please provide a relevant screenshot of the specific area with the page URL which tooltip you are trying to style to check it myself and help you out accordingly.

    Therefore if the Code you mentioned in the reply works for you then you can keep it.

    Best Regards.

Viewing 6 posts - 1 through 6 (of 6 total)