Hello, I am using the Accordion widget, and I would like to add the button style for the order list, it is possible to modify the style of the buttons to disable the links
first of all you should add a CSS class to the button so that the changes affects only the buttons you want. You can do this in Additional class names field. Let's say is .my-button Then add the following styles to customizer -> additional CSS
.my-button .button-wrap { cursor: default;
}
.my-button .button-wrap.right a { pointer-events: none; }
Hello, I am using the Accordion widget, and I would like to add the button style for the order list, it is possible to modify the style of the buttons to disable the links
Attached files: AccordionItems.png
Captura de Pantalla 2023-02-09 a la(s) 15.11.35.png
Hi Ed,
first of all you should add a CSS class to the button so that the changes affects only the buttons you want. You can do this in Additional class names field. Let's say is .my-button Then add the following styles to customizer -> additional CSS
.my-button .button-wrap {
cursor: default;
}
.my-button .button-wrap.right a {
pointer-events: none;
}
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Hello, I have entered the code from the customizer, and in elementor from Id Class but I cannot show the custom button
Can you send us the page URL so we can examine it?
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Put in 3 examples with the Css code of .my-button, with the example shortcode of button link, I send test link:
https://fusioncreativa.wplab.click/button/
Attached files: Captura de Pantalla 2023-03-06 a la(s) 18.16.36.png
I was referring to the CSS class and not the name of the shortcode.
if you can post here updated wp admin access in a private comment and we can use the page you created as reference:
https://fusioncreativa.wplab.click/button/
once again you want to use button links inside of the accordion content and disable the button links
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Hello, thank you very much, the code for the buttons has been very helpful. 🙏
Kind regards