Skip to content

Add New Custom Page Header Title Style to Page Settings

Custom WPBakery Accordion Active Colors

Example CSS for targeting the WPBakery Visual Composer accordion modules so you can alter the title styling when active. Important: Note the classnames "vc_tta-color-grey" and "vc_tta-style-classic" these should match the color and style chosen for the accordion. Also the !important…

Read more

Highlight Search Terms

The following code will add a span with the "search-term" class to your search results which you can use to better highlight search terms on your WordPress site using Total.

Read more

Move Custom Taxonomy Term Description

By default the term description displays as the "subheading" below the main title. You can use this function if you with to move the term description for any taxonomy to be above the posts. This is useful if you have…

Read more

Custom Grid Filter Orderby Arguments

The grid filters included with the portfolio grid, staff grid, testimonials grid, post types grid modules in Total, use the core get_terms function in WordPress and it includes a filter "vcex_grid_filter_args" you can use to hook into and alter the…

Read more

Exclude Categories from Showing on The Front-End

This snippet will allow you to remove categories from showing up on the front-end in sections such as the post entry and singular post meta where it displays a list of the categories a post belongs to. This won't hide…

Read more
Back To Top