Skip to content

Add Post Views Counter to Post Meta Builder Module

Center Header Menu Dropdown & Pointer (Caret)

#site-navigation .sf-menu ul.sub-menu { width: 140px; left: 50%; margin-left: -70px; } #site-navigation-wrap.wpex-dropdowns-caret .dropdown-menu ul.sub-menu::before { left: 50%; margin-left: -7px; } #site-navigation-wrap.wpex-dropdowns-caret .dropdown-menu ul.sub-menu::after { left: 50%; margin-left: -6px; }

Read more

Bottom Position For Post Types Grid Buttons

.vcex-post-type-entry-details { position: relative; padding-bottom: 75px; } .vcex-post-type-entry-readmore-wrap { position: absolute; bottom: 20px; } .vcex-post-type-entry-readmore-wrap .theme-button { height: 35px; line-height: 35px; padding-top: 0; padding-bottom: 0; }

Read more

Custom Fixed Bottom Mobile Menu

An example of how you could insert a custom mobile menu that is fixed at the bottom of your site. Now, in order for this to work you still need to have the default mobile menu style enabled for your…

Read more

Custom Load More Settings

Here is an example on how to change the load more settings for any Total WPBakery module with load more functionality. Simply change "vcex_testimonials_grid" to the module you are using (ask if you aren't sure the correct name - it's…

Read more
Back To Top