[ad_1]
Hi,
I checked this link: https://test.sacconicase.com/
and see that you have a CSS somewhere that hides the buttons on the homepage.
/*togliere bottoni input dalla home page nel riquadro dei post */
.home input[type="button"] {
display: inline;
}
You will need to take it out if you want the green buttons to appear.
Hope that helps.
