Add Print Button to Social Share
The following snippet can be used to add a print button to the theme's social share icons.
The following snippet can be used to add a print button to the theme's social share icons.
The Post with Icons widget and other theme features may display an icon based on the current post format. You can easily filter the format icon’s class name using a filter, as shown in the example above. For the correct…
The following CSS will make your blog post entries, single post and sidebar widgets have a "boxed" look with some padding and a white background so if you have a solid color background on your site they will "pop". Just…
This code snippet will allow you to override all WooCommerce single product content with a Templatera template.
This sample snippet show you how to insert a button (it can be anything though) inside the Header Menu Mobile Toggle area.
If you want to setup different templates for your Header Builder you can do so by hooking into the "wpex_header_builder_page_id" filter. This will allow you to assign a different template for different sections of your site using custom theme code…
The following CSS can be used to make your blog posts smaller and centered (when using the No Sidebar Layout).
The following sample shows how you can use theme filters to alter the default classes applied to the Icon Box module in the Total theme. In this example we show how you can return new Total 5.0 utility classes to…
By default the theme's Post Series function displays a list of all posts that below to the current post's "series" and includes the current Post so you can see it's position within the series. This snippet will remove the current…
The following snippet can be used to move the page header title area into the site header area. I'm not sure why you would ever do this, but it is possible! Just be careful when using certain header styles because…