Custom CSS

From Help Wiki
Revision as of 18:00, 9 November 2016 by Carpenti (Talk | contribs)

Customize the CSS of your theme to change colors, fonts, and more

You can write custom CSS (Cascading Style Sheets) to override the theme's CSS.

  1. Activate the Simple Custom CSS plugin in your site
  2. Go Appearance > Edit CSS and begin creating your own style sheet to override the built-in theme's style sheet
  3. You'll need to learn how your theme's HTML and CSS is structured, primarily what are the names of the IDs and Classes used so you can override them in your style sheet. Some great tools for this are:
  4. To learn CSS basics try w3schools.com