--- title: Custom Script & Style Test date: 2025-09-16T09:57:28+08:00 collections: - Tests categories: - Shortcodes tags: - Script - Style --- Testing custom script and style by shortcode in FixIt theme. ## Script {{< script >}} console.log('Hello FixIt!'); {{< /script >}} See the output in the console of the developer tool. ## Style {{< style "text-align:right; strong{color:#00b1ff;}" >}} This is a **right-aligned** paragraph. {{< /style >}}