Features Library
Explore 262+ advanced tools designed to simplify, enhance, and customize every aspect of your WordPress site — all in one powerful library.
No posts found
Custom Code Tab > Custom Code
Edit Custom CSS
How it works:
Adds custom CSS code that will be embedded inline in the website head, allowing styling modifications without editing theme files.Benefits:
Enables safe styling customizations that survive theme updates, provides immediate CSS changes, and allows design modifications without technical file access.
Adds custom CSS code that will be embedded inline in the website head, allowing styling modifications without editing theme files.Benefits:
Enables safe styling customizations that survive theme updates, provides immediate CSS changes, and allows design modifications without technical file access.
Custom Code Tab > Custom Code
Edit Header Scripts (Inside <head>)
How it works:
Adds custom JavaScript or other scripts to the head section of every page, enabling tracking codes, meta tags, or custom functionality.Benefits:
Enables easy integration of tracking pixels, analytics codes, custom meta tags, and third-party services without theme modification.
Adds custom JavaScript or other scripts to the head section of every page, enabling tracking codes, meta tags, or custom functionality.Benefits:
Enables easy integration of tracking pixels, analytics codes, custom meta tags, and third-party services without theme modification.
Custom Code Tab > Custom Code
Edit Body Scripts (After <body>)
How it works:
Adds scripts immediately after the opening body tag, providing optimal placement for certain tracking codes and performance monitoring tools.Benefits:
Ensures proper script execution order, enables early-loading tracking codes, and provides correct placement for performance monitoring tools.
Adds scripts immediately after the opening body tag, providing optimal placement for certain tracking codes and performance monitoring tools.Benefits:
Ensures proper script execution order, enables early-loading tracking codes, and provides correct placement for performance monitoring tools.
Custom Code Tab > Custom Code
Edit Footer Scripts (Before </body>)
How it works:
Adds scripts before the closing body tag, providing optimal placement for most JavaScript codes that don't need early execution.Benefits:
Improves page loading performance by placing scripts after content, enables proper DOM manipulation, and provides standard placement for most third-party integrations.
Adds scripts before the closing body tag, providing optimal placement for most JavaScript codes that don't need early execution.Benefits:
Improves page loading performance by placing scripts after content, enables proper DOM manipulation, and provides standard placement for most third-party integrations.