< All Topics
Print

My Buttons Aren’t Working

We didn’t intentionally disable buttons.  We’ll make sure button functionality is added back in an update very soon.  In the meantime, you can add buttons back site-wide by adding a little custom CSS to the theme.

For now, you can get buttons back by going to “Acabado Settings” and in the “Custom CSS” box, add this CSS code.  Change the “Background Color” to whatever color you want your buttons to be.  You can play with the border-radius to make your buttons more square or more round.

.wp-block-button__link {
background-color: #32373c;
border: none;
border-radius: 28px;
box-shadow: none;
color: inherit;
cursor: pointer;
display: inline-block;
font-size: 18px;
margin: 0;
padding: 12px 24px;
text-align: center;
text-decoration: none;
overflow-wrap: break-word;
}

.entry-content a, .entry-title a:hover, .related-title a:hover, .posts-navigation .nav-previous a:hover, .post-navigation .nav-previous a:hover, .posts-navigation .nav-next a:hover, .post-navigation .nav-next a:hover, #comments .comment-content a:hover, #comments .comment-author a:hover, .main-navigation ul li a:hover, .main-navigation ul li.current-menu-item > a, .offcanvas-menu nav ul.top-menu li a:hover, .offcanvas-menu nav ul.top-menu li.current-menu-item > a, .post-share a:hover, .error-404-title, #ocius-breadcrumbs a:hover, .entry-content a.read-more-text:hover {
color: #ffffff;
}

Please note: Any theme updates using CSS are to be done at the discretion of the individual user. Income School is not responsible for troubleshooting or assisting in any issues created by the use of CSS customizations on your theme.

Table of Contents

Log In