Skip to content

Quick Start

This guide will walk you through styling your first block with WyvernPress. You’ll learn the basic workflow and see results immediately.

By the end of this quick start, you’ll know how to:

  • Open the WyvernPress styling panel
  • Describe desired styling in plain English
  • Preview CSS changes before applying
  • Apply and save styles to your blocks

Time Required: 2 minutes

  1. Create or Edit Content

    • Go to PostsAdd New Post (or edit an existing post)
    • Alternatively: PagesAdd New Page
    • The WordPress Block Editor (Gutenberg) will open
  2. Add a Block to Style

    • Click the + icon to add a new block
    • Choose any block type (we’ll use a Button block for this example)
    • Type: /button and press Enter
    • Or search for “Button” in the block inserter
  1. Click on the Block

    • Click anywhere on the button you just added
    • The block toolbar appears above the block
    • The block should have a blue outline indicating it’s selected
  2. Verify Block Selection

    • Look at the top toolbar - you should see “Button” indicating the selected block type
    • The right sidebar shows block settings

There are three ways to open the WyvernPress styling panel:

  1. Look at the right sidebar in the editor
  2. Click the WyvernPress tab
  3. The WyvernPress styling panel expands
  1. With the block selected, look at the toolbar above it
  2. Find the WyvernPress icon (a wyvern/dragon icon)
  3. Click the icon to open the styling panel
  1. Click the three dots (…) in the top right corner
  2. Select Plugins
  3. Click WyvernPress

Now comes the magic - simply describe how you want your button to look!

  1. Find the Styling Input Box

    • In the WyvernPress panel, you’ll see a text area labeled “Describe your desired styling”
    • Click inside the text area to focus it
  2. Type Your Description

    Try this example:

    Make this button blue with rounded corners and a subtle shadow

    Other examples you can try:

    • “Add a gradient from purple to pink”
    • “Make it larger with bold text”
    • “Add a hover effect that makes it glow”
  3. Click Generate

    • Click the Generate CSS button
    • WyvernPress will process your request (usually 50-500ms)
  1. Review Generated CSS

    • WyvernPress displays the generated CSS in a code preview box
    • You’ll see properties like background-color, border-radius, box-shadow
  2. Live Preview

    • The CSS is automatically applied to your block as a preview
    • Look at your button - it should now have the styling you described
    • Changes are not saved yet - this is just a preview
  3. Confidence Score

    • Notice the confidence indicator (if shown)
    • High confidence (70-100%): Pattern Library match (instant, free)
    • Lower confidence: AI-generated (takes 1-3 seconds)

You have several options at this point:

If you’re happy with the preview:

  1. Click the Apply Styles button
  2. The CSS is permanently applied to your block
  3. You’ll see a success message
  4. The block now has custom CSS attributes saved

If you want to adjust:

  1. Modify your description in the input box

    For example, change:

    Make this button blue with rounded corners and a subtle shadow

    to:

    Make this button dark blue with very rounded corners and a strong shadow
  2. Click Generate CSS again

  3. Preview the new results

  4. Repeat until satisfied

For advanced users:

  1. Click Edit CSS in the WyvernPress panel
  2. Modify the CSS directly in the code editor
  3. Changes preview in real-time
  4. Click Apply when done
  1. Save the Post/Page

    • Click Update (for existing posts) or Publish (for new posts)
    • Your styled block is now saved with its custom CSS
  2. View on Frontend

    • Click View Post or View Page
    • Your button displays with the custom styling on the live site
    • The styles persist - they’re part of your block’s saved data

Let’s break down the workflow:

  1. You selected a block - WyvernPress needs to know what to style
  2. You described styling - Plain English, no CSS knowledge required
  3. WyvernPress generated CSS - Either from Pattern Library (instant) or AI (2-3 seconds)
  4. You previewed - See changes before committing
  5. You applied - CSS saved to block attributes
  6. You published - Styling persists on your live site

You might notice some requests are instant (under 50ms) while others take a few seconds. Here’s why:

When you request common styling patterns, WyvernPress uses its built-in Pattern Library:

  • Speed: Under 50ms response time
  • Cost: Zero - no API calls
  • Coverage: 60% of typical requests
  • Examples: “blue button”, “rounded corners”, “shadow”, “gradient”

For complex or unique requests, WyvernPress uses AI:

  • Speed: 1-3 seconds response time
  • Cost: Small API cost (if using paid AI service)
  • Coverage: Handles anything the Pattern Library can’t
  • Examples: “steampunk-themed card with brass accents”, “neon glow effect”

Now that you’ve styled a button, try other blocks:

Make this text have a gradient background from light gray to white with padding
Style this heading with a gradient text effect from purple to pink
Add rounded corners and a subtle border
Add a hover effect that lifts this column slightly
Make this a card with white background, shadow, and padding

Speed up your workflow with these shortcuts:

ActionShortcut
Open WyvernPress panelCtrl+Shift+W (Windows) or Cmd+Shift+W (Mac)
Focus styling inputTab when panel is open
Generate CSSCtrl+Enter (Windows) or Cmd+Enter (Mac)
Apply stylesCtrl+S (Windows) or Cmd+S (Mac)

Avoid these pitfalls:

  1. Forgetting to Select the Block

    • WyvernPress needs a selected block to style
    • If the panel is grayed out, click on a block first
  2. Being Too Vague

    • ❌ “Make it pretty”
    • ✅ “Make this button blue with rounded corners”
  3. Not Previewing First

    • Always preview before applying
    • Use the preview to experiment without committing
  4. Overcomplicating Descriptions

    • Start simple and refine
    • Multiple simple requests > one complex request

Congratulations! You’ve styled your first block with WyvernPress.

Ready to level up?

Keep this handy while you learn:

Basic Workflow:

  1. Select block
  2. Open WyvernPress
  3. Describe styling
  4. Generate CSS
  5. Preview
  6. Apply
  7. Save post

Common Descriptions:

  • Color: “make it blue”, “add a gradient from X to Y”
  • Spacing: “add padding”, “increase margin”
  • Borders: “rounded corners”, “add a border”
  • Effects: “add shadow”, “add hover effect”, “add glow”
  • Size: “make it larger”, “increase font size”

Troubleshooting:

  • Panel grayed out → Select a block first
  • No preview showing → Check block is still selected
  • CSS not applying → Click “Apply Styles” button
  • Styles disappeared → Remember to save/publish post

Stuck on something?