There are many different scenarios that could lead to this tutorial proving itself useful, but in the screencast that follows I focus on two specific ones to try and provide a foundation that you can build off of to address your specific needs. These include creating a custom 404.php template file as well as a custom category archive template file inside your Beaver BuilderĀ Child Theme folder, to override the default Beaver BuilderĀ Parent Theme templates.
Tools Used:
- BB Theme
- BB Child Theme
- Beaver Extender Plugin
- Child Themer Plugin (these are not both necessary, but I used both to show different ways to tackle the same challenge)
The Screencast:
The Example CSS Code:
.category-my-stuff .fl-content-left {
border-right: 0;
padding-right: 0;
}
.category-my-stuff .fl-content-left.col-md-8 {
width: 100%;
}
Useful Links:
- https://codex.wordpress.org/Templates
- https://codex.wordpress.org/Category_Templates
- https://developer.wordpress.org/themes/basics/template-files/