Home Forums WoodMart support forum Enlarge hover texts of colors

Enlarge hover texts of colors

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #82977

    Felix
    Participant

    Hi

    For variable products with color buttons, it does not display the full color name on the shop and product pages (on hover) if the color names are too long.

    How can I enlarge the displayed name?
    And how to set it not to be covered by other elements?

    Thanks for the help.

    Attachments:
    You must be logged in to view attached files.
    #83006

    Hello,

    Please add this code to the Theme settings > Custom CSS

    div.tooltip-inner {
        padding: 8px 12px!important;
        line-height: 1.6;
        height: auto;
        white-space: unset;	
    }

    Best Regards

    #83012

    Felix
    Participant

    Thank you. It works now.

    #83033

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Tagged: 

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

The topic ‘Enlarge hover texts of colors’ is closed to new replies.