
Learn how to use CSS selectors to target code precisely and style efficiently. Build a safe workflow with a child theme and dev tools to preview changes.
Learn how CSS selectors act as nicknames for parts of your code, using IDs for single use and classes for reuse, with dot notation for class selectors like p.bananas.
Set up a WordPress site with a fresh install, and install the contact form 7 plugin. Create a form, copy its shortcode, paste it into a page, and publish.
Discover the point of CSS by seeing how CSS files style HTML in WordPress, how selectors target page elements, and how the HTML and CSS files interact.
Learn how WordPress automatically links the CSS file, loaded from the header and located in wp-content/themes/your-theme/style.css, so CSS changes reflect on the site without manual HTML edits.
Learn how to use Chrome dev tools to inspect elements, experiment with CSS selectors, and apply changes that affect all inputs, including focus styles, borders, colors, and padding.
Learn to use Chrome devtools to create precise CSS rules by inspecting elements, adding class nicknames, and balancing broad versus specific selectors to avoid unintended site-wide changes.
Learn to save css changes by editing with browser dev tools and WordPress appearance editor, adjust focus color to red, and tune fonts and media queries.
Create a child theme to protect WordPress customizations from main theme updates. Edit style.css within the child theme and upload changes safely.
Create a WordPress child theme by adding a new folder, copying the parent theme's style.css, updating the header and template, and activating the child to protect the original theme.
Discover how to use Chrome DevTools to inspect and edit HTML and CSS, visualize padding and margins, and experiment with layout changes safely without altering the live site.
Learn to use divs, p elements, and class and id selectors to style WordPress templates, experiment with selectors in dev tools, and target text precisely with nested rules.
Explore how divs serve as the main building blocks by adjusting padding and margin to see inside versus outside spacing, and visualize background effects on padding.
Master floats with divs to build side-by-side layouts by setting 50% widths, margins, and padding; visualize with backgrounds and use dev tools to refine spacing.
Using multiple selectors for the same div lets you apply shared styles to several elements at once, saving time; practice padding, margins, and backgrounds with a shared class nickname.
Save your CSS changes to the CSS file, then experiment with the display property, switching between display block, inline, and none, and observe how floats left or right affect layout.
Utilize CSS floats to control div alignment, noting how left or right floats determine order. See how 50 percent widths and source order shape layout with or without floats.
Learn to style a WordPress form using Contact Form 7 by adding placeholder text for name, email, and message, and customize padding, font size, focus borders, and text transform.
Fix placeholder mistakes in Contact Form 7 by placing the placeholder attribute before the text, so the prompt disappears when you type, and save to apply the fix.
Keep borders and padding consistent to prevent layout shifts when switching fields. Use a consistent focus style, like a 5px solid border, so the active input highlights without changing size.
Learn how to use text-transform: uppercase to normalize placeholder and input text, inspect elements with Chrome dev tools, and update and save css to see live changes.
Discover how small line-height adjustments stabilize input fields, set a 20px line height, and use browser dev tools to inspect and fix CSS syntax for reliable Wordpress templates.
Explore styling placeholder text in wordpress templates by using dev tools to locate placeholder styles and apply the Monserrat font family, ensuring the placeholder matches input focus.
Explore essential html elements used daily, including h1, paragraphs, and lists, in a WordPress workflow and learn to use visual and text editors, add classes, and inspect with dev tools.
Learn to insert and style images in WordPress by selecting the right size for retina displays. Apply width, height, max-width, and optional div wrappers to control image rendering site-wide.
Learn Wordpress link styling by using a div with a class to scope inside content, then adjust padding, margin, font size, display (inline, inline-block, block), and hover effects.
Explore how link hover effects change color, border, padding, and background to make elements pop. Experiment with class-based selectors and site-wide hover rules using css for engaging WordPress templates.
Learn to style links with hover, focus, and a custom active state inside a specific page selector, ensuring the link animates and stands out when clicked.
Learn responsive design for Wordpress templates by using breakpoints and media queries to adapt layout and images to viewport width.
Learn to design responsive WordPress templates by using percentages over pixels, and master box-sizing with border-box to manage margins, padding, and total element width.
Learn how to control layout with CSS position, using fixed, absolute, and relative values to keep elements on screen, out of the flow, or shifted as needed.
Center elements by distinguishing inline from block: center text with text-align: center, or center the box itself with margin: 0 auto and a defined width.
Discover when to place styling in HTML versus an external CSS file, and learn to use classes for scalable, reusable styles instead of repetitive inline styles.
Discover how CSS specificity decides which styles apply, with the !important rule always winning and more specific selectors, like classes or IDs, outranking generic element rules.
Learn to fix collapsed divs when using floats by wrapping divs in a holder and applying overflow hidden, then adjust borders, backgrounds, and sizes to keep the layout intact.
Learn how to clear floating divs by applying clear: both to push certain elements to the next line while keeping others floated left.
Style a form from scratch outside WordPress using test form HTML and test form style css, ensure files share a folder, and center the box with a 500-pixel max width.
Add placeholders to every input and style the form with padding using CSS selectors for the form class pretty, including the text area.
Use border-box and box-sizing to keep 100 percent width elements predictable, fix padding expansion, and simplify calculations when styling inputs and containers in wordpress templates.
Add bottom margins to form fields and save, then refresh to confirm persistence. Set empty fields to a gray background, remove borders, and use a hex color.
Learn to make form fields pop by changing the background and applying a 5px solid blue border on focus, while using a hidden border on inputs to prevent layout shift.
Learn to adjust font size and apply text-transform to uppercase, and fix input and placeholder alignment by centering text with text-align center for better mobile usability.
Learn how to match fonts across inputs and textareas by loading fonts in your site's header, using font-family, and easily adding Google fonts with a WordPress plugin.
Style the submit button to pop on hover and register clicks, targeting the button in the form with the class form pretty and adjusting border, background, and text color.
Toggle the submit button’s active state with CSS using the :active selector, applying background and text color changes for clear click feedback, aligned with your brand colors.
Explore how to style forms and boxes by inspecting other websites with dev tools and reverse engineering their code, then apply your own spin to create lively, customized Wordpress templates.
Learn one thing at a time and learn it well to grow your CSS skills for WordPress templates, while using the comments to ask questions and get help.
Are you someone who has been working with Wordpress and want to take your sites to the next level by changing their look and their style?
Or maybe you’re frustrated because you want to make changes but you can’t figure out how to do it.
Maybe you’ve tried to make your website look better, and you’ve done the best you can but you keep getting stuck.
If you don’t learn this, I’m sorry to say that that frustration doesn’t go away! And as frustrating as it is now, imagine what you’ll feel like a month or a year from now when you STILL DON’T KNOW how to make your website look better quickly and easily.
I KNOW how that frustration feels, I’ve been there, and I know how annoying it can be to know what kind of changes you want to make, but then not know HOW to make them. But I’ve learned the RIGHT way to style websites, and it’s called CSS, and that’s what I want to teach you today.
Take a look at this example of how a simple boring form can be easily and quickly transformed into something mobile friendly and responsive! I’ll walk you through exactly how to do this and other things like it in this course.
Also, imagine what it will feel like to be able to look behind the scenes of any Wordpress website you visit and see how THEY styled it, and then be able to model that styling for your own website!
Imagine using code that makes your website look so much better the INSTANT you add it.
And what will you feel like when you can take a boring theme and injecting it with life and your own personality, quickly and easily using CSS.
This course is the complete guide to beginner css and it is the exact tool you NEED in order to style your Wordpress website.
WHEN YOU join this course TODAY, you get lifetime access. Not only that: this course will be super helpful to you now AND in the future whenever you have a question about CSS. It’s easy to ask any questions at any time and I’ll be right there with you, answering them.
Take this course NOW and I’ll see YOU on the other side!