Home Forums WoodMart support forum How to change attribute swatch tooltip color

How to change attribute swatch tooltip color

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

    vsimpson
    Participant

    I would like to change the background color and text color for the attribute swatch tooltip that appears on hovering over the variation.

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

    Luke Nielsen
    Keymaster

    Hello,

    Thank you for your question! We appreciate you reaching out to us

    With the help of the below custom CSS code, you can change the style of the tooltip. Paste it to the “Global Custom CSS” area that is situated in Theme Settings -> Custom CSS.

    .wd-tltp .wd-tooltip-label, .tooltip .tooltip-inner {
        background-color: #E96677;
        color: #333;
    }
    
     
    .wd-tltp-top .wd-tooltip-label:before, 
    .tooltip.bs-tooltip-top .arrow {
        border-top-color: #E96677;
    }

    If you ever need to reach out to me, please do not hesitate to do so.

    Kind Regards

    #353268

    vsimpson
    Participant

    Thanks that worked great!! Now can you tell me how to change the “Filter” text on the archive page? I want to replace it and add text “Sort”

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

    Luke Nielsen
    Keymaster

    Hello,

    The “Filters” text can be changed with the help of the “Loco Translate” plugin. Also, I replicated it on my side so you can just check the video by the link below.

    https://monosnap.com/file/ESBRD5c0YCQ3MyyUMWsQNet0xpw1FR

    https://gyazo.com/76675db849800c601d1c83a42ec631c4

    Let me know if there is anything else I can help and have a good day!

    Kind Regards

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