Where can I edit the tooltips?

Home Forums EZY – Responsive Multi-Purpose HTML5 Template Where can I edit the tooltips?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #10045203
    [email protected]
    Participant

    Hello, I’m trying to edit the dimensions and color of the tooltip but I can’t find the corresponding lines, could you help me with that please, thanks in advance, with the buttons there is no problem, what interests me are the tooltips…


    #10045205
    Support
    Keymaster

    Hello, the tooltips comes from Bootstrap, to customize it you can add this custom css:

    (css/custom.css)

    .tooltip {
    	--bs-tooltip-bg: #FFEB6C;
    }
    
    .tooltip > .tooltip-inner {
    	padding: 15px;
    	font-size: 1.2em;
    	color: #374D40;
    }

    More details: https://getbootstrap.com/docs/5.2/components/tooltips/


    #10045206
    [email protected]
    Participant

    good information thanks you …


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

This topic is marked as "RESOLVED" and can not rceive new replies.