Skip to content

Define a Fallback for the Image Element

How to Change the Breadcrumbs Shop Link

By default the shop link added in the breadcrumbs is based on your defined Shop page under the WooCommerce settings. It is possible to change the link by changing the shop page in WooCommerce but if you only want to…

Read more

Change the Coma Separator Between Term Lists

Terms (or category) lists are displayed in various parts of the theme such as the Post Meta element as well as theme cards via the wpex_get_post_terms_list() theme function. By default the theme will separate multiple terms using a coma. You…

Read more

Override Theme Icon HTML with custom SVG

The Total theme includes various built-in icons that are used in the general theme design but can also be displayed via elements. This snippet shows you how you can modify any of the included theme icons with a custom SVG…

Read more

Remove lazy loading from Featured Images

By default the Total theme adds lazy loading via the browser loading="lazy" attribute to all images since it's impossible to know if an image is displayed above or below the fold. Generally you would want to avoid lazy loading any…

Read more

Remove Menu Underline on Hover

By default when you enable the Hover & Active Underline option for your Header Menu it will display a line under your menu items when you hover and on the active item. The following CSS hides the line on hover…

Read more

Remove Preset Theme Color Choices

By default the Total theme will allow you to choose from various preset theme colors for elements like the Theme Button. However, yo can easily remove the preset color options using the following snippet.

Read more

Whitelist Conditional Logic Functions

The theme includes a class named TotalTheme\Conditional_Logic that is used for certain functions such as the Transparent Header Conditional Logic customizer field. This class will loop through your defined parameters to check if any return true. For security reasons only…

Read more
Back To Top