-
Other
-
Frequently Asked Questions
-
Ads
-
Additional Features
-
Favicon
-
Mobile
-
Images
-
Activation & Installation
- I Have a Current License, But An Error Message Says It Is Expired or Invalid
- Acabado Isn't Updating
- The One Click Demo Didn't Work
- Theme Won't Install Due to File Size
- Acabado License Keeps Deactivating
- Clean Install Acabado
- Revert to a Previous Version
- Acabado Update Notification - Not Allowed to Access
- Delete Duplicate Acabado Installs
- Delete Old Acabado Versions
-
Installation & Activation
-
Set-up
-
Important Set-up Instructions
-
Home Page
- My Home Page says "Archives: Blog" at the Top
- Can I Change the Alignment of the View Post Button?
- Changing the Button Color
- Changing the Title Bar Color
- Can I Change to the Order of the Posts on the Home Page?
- Can I Make My Logo Larger?
- Hero Image Not Appearing
- Changing Title Bar Text
- Can I Change the Number of Articles on the Home Page?
- Changing Text & Link Color
- Changes Not Appearing on Site
- Bold Formatting Issues
-
Posts
- How Do I Remove the Author Section at the Bottom of Posts?
- Featured Images are Displaying Twice
- Pages and Posts Built with a Page Builder are No Longer Showing
- Add/Remove the Meta Data Under the Post Title
- Can I Duplicate a Post or Page in Acabado?
- Pagination on Posts
- Creating Post Categories
- Author Bio Section is Missing
- Changing Text & Link Color
- Bold Formatting Issues
- Social Media Icons
- External Link Icon
-
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?
- Can I Make My Logo Larger?
- Pagination on Posts
- Changing Title Bar Text
- Changing Text & Link Color
- Changes Not Appearing on Site
- Book Review Table Alignment
-
SEO
-
Featured Tiles
-
Page Builders
-
Featured Images
-
Plugins
-
Hero Image
-
Sidebar
-
Compatibility
-
Schema
-
Menu
-
Footer
-
Video Tutorials
-
Site Layout
-
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.