Home Forums WoodMart support forum Size Guide Button

Size Guide Button

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #461356

    goalamarketing
    Participant

    Hello, I want to know if it is possible to display the size guide popup with a popup button, since I want to give the “size guide” design a different shape with a button, if there is a shortcode or a code to add it, it would be helpful. great help.

    #461455

    Hello,

    You can customize the icon with the CSS to achieve that. Please let us know if you need our help. Please provide the product URL and view you want to achieve.

    If you have any questions please feel free to contact us.

    Best Regards

    #461627

    goalamarketing
    Participant

    But isn’t it possible to add a class or id to make a button have the same result?

    #461849

    Hello,

    I am afraid there is no option. Please let us know if you need our help. Please provide the product URL and view you want to achieve.

    We will give the custom CSS.

    Best Regards

    #461957

    goalamarketing
    Participant

    I’ll give you the url of the product that I’ve designed as a test, you’ll see that there’s a button created, I’d like it to be like that button.

    http://bycity.goalaweb.com/producto/pantalon-route-ii-lady

    #462353

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .wd-sizeguide-btn .wd-open-popup {
    		color: var(--wd-primary-color);
    		position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        outline: none;
        border: 2px solid var(--wd-primary-color);
        border-radius: 0;
        box-shadow: none;
        vertical-align: middle;
        text-align: center;
        text-decoration: none;
        text-transform: var(--btn-transform);
        text-shadow: none;
        font-weight: var(--btn-font-weight);
        font-family: var(--btn-font-family);
        font-style: var(--btn-font-style);
        line-height: 1.2;
        cursor: pointer;
        transition: color .25s ease, background-color .25s ease,
    			border-color .25s ease, box-shadow .25s ease, opacity .25s ease;
    		padding: 5px 14px;
        min-height: 36px;
        font-size: 12px;
    }
    
    body .wd-sizeguide-btn .wd-open-popup:hover {
    	color: #FFF;
    	background-color: var(--wd-primary-color);
    }

    Best Regards

    • This reply was modified 2 years, 2 months ago by Elise Noromit.
    #462392

    goalamarketing
    Participant

    Ok! Thanks. Solved.

    #462488

    You are welcome! We are here to help.

    Wish you a wonderful day!

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

The topic ‘Size Guide Button’ is closed to new replies.