-
Other
-
Frequently Asked Questions
-
Ads
-
Additional Features
-
Favicon
-
Mobile
-
Images
-
Activation & Installation
-
Installation & Activation
-
Set-up
-
Important Set-up Instructions
-
Home Page
-
Posts
-
Customization
- Can I Use a Child Theme with Acabado?
- My Buttons Aren't Working
- Add/Remove the Meta Data Under the Post Title
- Can I Change the Alignment of the View Post Button?
- Adding Custom CSS
- Changing the Button Color
- Changing the Title Bar Color
- Can I Change to the Order of the Posts on the Home Page?
- Can I Adjust the Header Spacing Within My Post?
- Pagination on Posts
- Book Review Table Alignment
-
SEO
-
Featured Tiles
-
Page Builders
-
Featured Images
-
Plugins
-
Hero Image
-
Sidebar
-
Compatibility
-
Schema
-
Menu
-
Footer
-
Video Tutorials
-
Site Layout
- Articles coming soon
-
Tutorials
- Articles coming soon
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.
Error processing API data.