Hi amaurya ,
Welcome to the forums!
Thank you for your support! We very much appreciate it 😁
Perhaps you can use the Rectangle menu style and then hide the icon box:
Then if you want to change the color, you can do so by changing the label color.
Here's the custom CSS that I used:
.buttonizer.buttonizer-style-rectangle .buttonizer-button .buttonizer-label {
/* BUTTON SIZE */
height: auto !important;
width: 200px;
/* FONT SIZE */
font-size: 20px;
right: 0;
left: 0;
text-align: center !important;
}
.buttonizer.buttonizer-style-rectangle .buttonizer-button i {
opacity: 0;
}
Simply copy paste this into WordPress' Additional CSS in Customize.
Let me know if this works for you! 😁