Hi @ypo924,
Unfortunately there is no way to move one button on top of other. But you can add this in Customize => Additional css to make 2nd button transparent :
#hero .btn:last-child { background : transparent; font-size: 20px; }
Hope that helps!
Thread Starter
ypo924
(@ypo924)
Hi @congthien,
Thanks for your help.
I’ve tried several additional css lines but there is no impact on the hero section :
#hero .btn:last-child { background : transparent; font-size: 20px; }
#hero .btn:last-child { background-color : transparent; font-size: 20px; }
#hero .btn-warning:last-child { background-color : transparent; font-size: 20px; }
#hero .btn-warning:last-child { background : transparent; font-size: 20px; }
any idea ?
Related to the “on top of the other” topic, is it possible to add a Thrid button on the same line ?
Thanks in advance
Hippolyte
Hi @ypo924,
I see you removed the 2nd hero button? Also default we have 2 buttons only. To add more, you should copy the section-parts/section-hero.php in wp-content/plugins/onepress-plus to child theme then add more button you want.
https://github.com/FameThemes/onepress-child