Remove the Theme Icons CSS File
By default the Total theme includes a built-in theme icons set which gets loaded via it's own CSS file so if you wish to remove it you can! Below is a snippet you can use to remove the built-in icon…
By default the Total theme includes a built-in theme icons set which gets loaded via it's own CSS file so if you wish to remove it you can! Below is a snippet you can use to remove the built-in icon…
If you are using the Logo Icon option in the customizer but want a different output you can easily hook into the theme's filter to alter the output. Note, that this will only work if you have already selected an…
By default theme cards only display thumbnails and not other media such as videos or galleries. The following snippet can be used to enable video support for your cards. Important: This won't automatically display videos since not all card styles…
When displaying WPBakery rows using the Total theme you will have access to choose from various section devices for the top or bottom of the row which can be used with backgrounds to create cool affects such as a slanted…
The WooCommerce search results page uses the same search template as all the shop archives which you can alter at Appearance > Customize > WooCommerce (Total) > Shop & Archives > Layout. Now, if you need to customize the layout…
By default the total theme adds rel "noreferrer" to links that open in a new window (target="_blank") for security reasons, however, if you wish to remove them you can using the following snippet. Now, this will only remove them from…
The following snippet can be used to automatically preload the theme's Icon Fonts.
The following snippet shows how you can modify the footer callout button attributes and change it's class, id or add a custom attribute. This could be useful if you want to conditionally add/remove classes to the callout button so it…
The Total theme comes with a custom-built meta framework. You can easily use it in your child theme to create new metaboxes for your site without the need for a plugin. Below is an example showing how to create a…
The following snippet will remove the Additional Information tab from WooCommerce single products page and this snippet will work with any theme not just Total.