Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
CSS in the editor
Search
Tammie Lister
September 30, 2020
Education
0
360
CSS in the editor
Workshop for WordPress
Tammie Lister
September 30, 2020
Tweet
Share
More Decks by Tammie Lister
See All by Tammie Lister
Growing the WordPress design system
tammielis
1
1.1k
Global styles the story so far
tammielis
1
880
Dropped stitches and tangled yarn - a call to simplify WordPress
tammielis
1
1.4k
Being Brave
tammielis
2
1.8k
Lessons from growing design in the open
tammielis
0
1.1k
Thinking in patterns
tammielis
0
43
Design matters in open source
tammielis
1
850
Opportunity of Open Source
tammielis
0
690
Product design through stories
tammielis
1
400
Other Decks in Education
See All in Education
AIで日本はどう進化する? 〜キミが生きる2035年の地図〜
behomazn
0
130
PE array testbench data order (data)
songchch
0
100
Modelamiento Matematico (Ingresantes UNI 2026)
robintux
0
260
Introduction - Lecture 1 - Advanced Topics in Big Data (4023256FNR)
signer
PRO
2
2.3k
Pen-based Interaction - Lecture 4 - Next Generation User Interfaces (4018166FNR)
signer
PRO
0
2.2k
環境・社会理工学院(建築学系)大学院説明会 2026|東京科学大学(Science Tokyo)
sciencetokyo
PRO
0
840
Multimodal Interaction - Lecture 3 - Next Generation User Interfaces (4018166FNR)
signer
PRO
0
2.1k
高校数学とJulia言語
shimizudan
0
140
Measuring what matters
jonoalderson
0
110
多様なメンター、多様な基準
yasulab
6
20k
Blueprint for Strengthening Community Colleges Training Grant Success
territorium
PRO
0
220
Chapitre_2_-_Partie_3.pdf
bernhardsvt
0
210
Featured
See All Featured
Crafting Experiences
bethany
1
96
Gemini Prompt Engineering: Practical Techniques for Tangible AI Outcomes
mfonobong
2
340
The innovator’s Mindset - Leading Through an Era of Exponential Change - McGill University 2025
jdejongh
PRO
1
140
Navigating the moral maze — ethical principles for Al-driven product design
skipperchong
2
310
Jess Joyce - The Pitfalls of Following Frameworks
techseoconnect
PRO
1
120
How to Talk to Developers About Accessibility
jct
2
160
SEO for Brand Visibility & Recognition
aleyda
0
4.4k
Highjacked: Video Game Concept Design
rkendrick25
PRO
1
330
The AI Revolution Will Not Be Monopolized: How open-source beats economies of scale, even for LLMs
inesmontani
PRO
3
3.2k
Money Talks: Using Revenue to Get Sh*t Done
nikkihalliwell
0
190
Tips & Tricks on How to Get Your First Job In Tech
honzajavorek
0
470
Exploring anti-patterns in Rails
aemeredith
2
290
Transcript
Custom CSS and the editor
Custom CSS?
CSS?
CSS (Cascading style sheet)
!important
#id .class
.editor-styles-wrapper .wp-block-quote.is-large
Inspecting
None
None
None
Custom CSS in WordPress
Adding to the customizer Using additional CSS, doesn’t change files
None
Theme files in wp-admin Only if able to edit files,
changes theme files
None
Adding a stylesheet/editing Requires server access, changes files
Let’s create
Our starting point Twenty Twenty
1. Add a class to a block using additional CSS
class field.
2. Create a custom style for an existing block class.
Add a class to blocks
None
None
BONUS POINTS… Check on smaller screen
None
Creating a custom style
None
None
None
None
Summary…
1. Find the element you want to style
2. Remember cascading
3. Use the additional css field
4. Always preview on smaller devices
5. For a quick, safe option outside of theme use
‘Additional CSS’ in the Customizer.
6. Have fun and experiment
Thank you