Is there a way to make a custom button style in Visual Composer without using extra class?
In the Button section I can choose plenty of colors, but none of them match with the theme design. How I add a new one?
Is there a way to make a custom button style in Visual Composer without using extra class?
In the Button section I can choose plenty of colors, but none of them match with the theme design. How I add a new one?
You just need to use chrome developer tools to identify which class that button is using then you can write your custom css and override the button styles but it will effect all the buttons which you will be creating using visual composer and it is not the best practice to do. So i recommend to use extra class and write custom styles