Open your project in VS Code (see Working Locally guide)
Instead of: “Make text bigger” Try: “Make paragraph text bigger in the main content area”
Instead of: “Change the color” Try: “Change the navigation bar background color to dark blue”
If you see something you like on your site:
Don’t just accept code blindly. Ask:
Understanding helps you make better decisions and learn as you go.
After the AI suggests changes:
The key is being specific about what you want to change and where. Here are effective ways to communicate with AI assistants:
Open the CSS file you want to modify (like assets/css/base.css) and write a comment describing what you want:
/* Make the spacing between list items larger */
The AI will suggest code to add below your comment. Press Tab to accept the suggestion.
Most AI assistants have a chat panel. You can ask questions like:
Select existing code and ask the AI to modify it:
If the AI’s suggestion doesn’t do what you want:
Be more specific: “That’s not quite right. I want the spacing between paragraphs, not inside them”
Describe what’s wrong: “The color is too dark, can you make it lighter?”
Ask for alternatives: “What are other ways to achieve this effect?”
Request an explanation: “Why isn’t this working the way I expected?”
Undo and try again: In VS Code, press Ctrl+Z (or Cmd+Z on Mac) to undo changes