Hello
I searched on documentation and forum and don’t find anything.
What are the code for the buttons size.
I tried large and it works but I want a bigger size! 🙂
[button color=”” size=”large” type=”outlined” target=”_blank” link=””]JE PROFITE DE L’OFFRE ![/button]
Could you list all of them in the documentation please?
Regards
Hi,
Please try to create your button in a page and then copy the shortcode in your post content, I think that is the best solution – https://forum.tagdiv.com/topic/creating-buttons-in-posts/#post-56162
Hope this helps!
Hi,
Thanks for suggestion, we will improve our documentation. You can add these sizes for button – http://screencast.com/t/d3fGbqIJI – mini, small, large, normal
You can customize all your large buttons using custom css in Theme Panel > Custom Css, for example – http://screencast.com/t/Aqoh0hJG
a.vc_btn-lg {
width: 100%;
text-align: center;
}
Or if you want to customize only one button you can use color as an extra class – http://screencast.com/t/oWmoht1uPLw and add custom css – http://screencast.com/t/BH8vYWkcV
Thanks!
Thanks.
I cut and paste your code but the result is not like your show (outline).
I test with default, outline and round and the result is the same for all three like you can see here :
http://www.virtualmagie.org/blog/comment-jai-economise-plus-de-200e-an-de-frais-bancaires/
How could I have the same thing you did (100% with an animation on the hover mouse)?
Regards
Hi,
I have checked your post and I saw that your button has 100% width – http://screencast.com/t/WuFMKIeHFlz Also if you want to create some effects on hover only for outlined buttons you can do it via custom css. These are the classes created for outlined buttons – http://screencast.com/t/N5yfb4pR and this is specific one .vc_btn_outlined, you can try to use it like this:
a.vc_btn_outlined:hover {}
Thanks!