Skip to content

Default html tag for the Heading Element

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

Open Accordion When Clicking Menu Link

The following script will allow you to open any accordion tab when clicking on a menu item simply by using the "open-accordion" classname on the menu item. Your menu item link should have the format "site.com/#accordion-ID" for it to work…

Read more
Back To Top