Skip to content

Remove the Theme Icons CSS File

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…

Read more

Enable Video Support for Cards

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…

Read more

Add Custom WPBakery Shape Divider 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…

Read more

Modify the WooCommerce Search Results Layout

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…

Read more

Remove rel “noreferrer” from theme blank target links

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…

Read more

Custom Footer Callout Button HTML Attributes

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…

Read more

Add New Custom Fields (Meta boxes)

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…

Read more
Back To Top