SlideShare a Scribd company logo
1 of 32
The Anatomy of
a WordPress CSS File
WordCamp 2014
April 14 – 15, 2014
Atlanta, Georgia
What We Will Discuss
• Cascading Style Sheets
• Theme Styling Options
• Primary Edit Files
• Identifying Edit Requirements
• Inspecting the Element
• Locating Edit Files
• Editing the Code
• Viewing the Results
2
CSS Styling Options
• Theme Options
• Built In Custom Fields (ex: Widgets)
• Editor Files
3
Theme Styling Options
4
Theme Styling Options Example
5
Widget Styling Options
6
Footer Text Color Edit – Before and After
7
Primary WordPress Style Sheets
• Three primary WordPress Style Sheets
– style.css
– header.php
– footer.php
8
Accessing WordPress Style Sheets
• Follow this path
– Dashboard > Appearance > Editor
• Back Up Prior to Editing
9
Locating Primary Style Sheets
10
header.php
11
footer.php
12
Types of Styles
• Tag Style – Create style rules that change HTML code
automatically; applies rule every time element
appears
– h1 { color: #efefef }
• Class Style – You name it; you manually select it
– i.e. a div
– .infoform{ color: #0076bf }
• ID Style – You can only apply once; use for single
unique elements
– #box { color: #ffffff}
13
Things You Should Know
• Basic Code Structure
– selector { attribute: value }
– h1 {color: #0076bf }
• !important Declarations
– !important declarations carry more weight
– !important declarations by author carry more weight
then !important declarations by the user
– Override with caution
– Could affect responsive designs (ex: size of elements)
14
What Is Contained in the CSS File
• Comment block from the author
• A set of style rules for the major elements of the
theme:
– h tags
– Colors and fonts
– Margins and padding
– Basic layout of primary elements
• (header, body, sidebars, footers)
• Basic design and layout rules for the theme
15
Inspecting the Element
This Example Uses Google Chrome
Using Chrome browser; right mouse click; select Inspect element
16
Element Identified
17
Locate CSS Code
Chrome Console shows file name and code line number
18
Practice with Twenty Eleven Theme
Change Background Color – Inspect the Element
19
Practice with Twenty Eleven Theme
Change Background Color – Identify Source Line
20
Practice with Twenty Eleven Theme
Change Background Color – Locate Code
Note: Installed WordPress Advanced Code Editor Plugin.
WordPress code does not have line numbers.
21
Practice with Twenty Eleven Theme
Change Background Color – Enter Color Hex
22
Practice with Twenty Eleven Theme
Change Background Color – Update File
23
Practice with Twenty Eleven Theme
Change Background Color – View Change
24
Practice with Twenty Eleven Theme
Reduce Site Title Size – Inspect the Element
25
Practice with Twenty Eleven Theme
Reduce Site Title Size – Edit Code
26
Practice with Twenty Eleven Theme
Reduce Site Title Size – Reduce Size
27
Practice with Twenty Eleven Theme
Reduce Site Title Size – View Change
28
Some of the Elements You Can Edit
There Are So Many Possibilities
29
Before and After Example
30
The Anatomy of the CSS File
• Decide what you want to edit
• Inspect the element in browser
• Find the code in the CSS file
• Customize the code
• Enjoy the enhancements
31
Thank You
32

More Related Content

Similar to The Anatomy of a WordPress File

Unit d adobe dreamweaver cs6
Unit d adobe dreamweaver cs6Unit d adobe dreamweaver cs6
Unit d adobe dreamweaver cs6
Krista Lawrence
 
Blackboard DevCon 2011 - Performance Considerations for Custom Theme Development
Blackboard DevCon 2011 - Performance Considerations for Custom Theme DevelopmentBlackboard DevCon 2011 - Performance Considerations for Custom Theme Development
Blackboard DevCon 2011 - Performance Considerations for Custom Theme Development
Noriaki Tatsumi
 
Code & design your first website (3:16)
Code & design your first website (3:16)Code & design your first website (3:16)
Code & design your first website (3:16)
Thinkful
 
Atlanta Drupal User Group (ADUG)
Atlanta Drupal User Group (ADUG) Atlanta Drupal User Group (ADUG)
Atlanta Drupal User Group (ADUG)
Mediacurrent
 
Word press bootcamp By Sourcescript Innovations and Mentors Dojo
Word press bootcamp  By Sourcescript Innovations and Mentors DojoWord press bootcamp  By Sourcescript Innovations and Mentors Dojo
Word press bootcamp By Sourcescript Innovations and Mentors Dojo
lightshire
 
Ifi7174 lesson2
Ifi7174 lesson2Ifi7174 lesson2
Ifi7174 lesson2
Sónia
 
ch04-css-basics_final.ppt
ch04-css-basics_final.pptch04-css-basics_final.ppt
ch04-css-basics_final.ppt
GmachImen
 

Similar to The Anatomy of a WordPress File (20)

Design todevelop
Design todevelopDesign todevelop
Design todevelop
 
MCC Web Design Workshop
MCC Web Design WorkshopMCC Web Design Workshop
MCC Web Design Workshop
 
Starting WordPress Theme Review
Starting WordPress Theme ReviewStarting WordPress Theme Review
Starting WordPress Theme Review
 
Cascading style sheet an introduction
Cascading style sheet   an introductionCascading style sheet   an introduction
Cascading style sheet an introduction
 
Ppt ch04
Ppt ch04Ppt ch04
Ppt ch04
 
Ppt ch04
Ppt ch04Ppt ch04
Ppt ch04
 
Wordpress theme development
Wordpress theme developmentWordpress theme development
Wordpress theme development
 
Unit d adobe dreamweaver cs6
Unit d adobe dreamweaver cs6Unit d adobe dreamweaver cs6
Unit d adobe dreamweaver cs6
 
Blackboard DevCon 2011 - Performance Considerations for Custom Theme Development
Blackboard DevCon 2011 - Performance Considerations for Custom Theme DevelopmentBlackboard DevCon 2011 - Performance Considerations for Custom Theme Development
Blackboard DevCon 2011 - Performance Considerations for Custom Theme Development
 
Code & design your first website (3:16)
Code & design your first website (3:16)Code & design your first website (3:16)
Code & design your first website (3:16)
 
Code & Design your first website 4/18
Code & Design your first website 4/18Code & Design your first website 4/18
Code & Design your first website 4/18
 
Atlanta Drupal User Group (ADUG)
Atlanta Drupal User Group (ADUG) Atlanta Drupal User Group (ADUG)
Atlanta Drupal User Group (ADUG)
 
WordPress Theme Workshop: Part 2
WordPress Theme Workshop: Part 2WordPress Theme Workshop: Part 2
WordPress Theme Workshop: Part 2
 
basic programming language AND HTML CSS JAVApdf
basic programming language AND HTML CSS JAVApdfbasic programming language AND HTML CSS JAVApdf
basic programming language AND HTML CSS JAVApdf
 
WordPress Themes and Plugins
WordPress Themes and PluginsWordPress Themes and Plugins
WordPress Themes and Plugins
 
Word press bootcamp By Sourcescript Innovations and Mentors Dojo
Word press bootcamp  By Sourcescript Innovations and Mentors DojoWord press bootcamp  By Sourcescript Innovations and Mentors Dojo
Word press bootcamp By Sourcescript Innovations and Mentors Dojo
 
Anatomy of a Wordpress theme
Anatomy of a Wordpress themeAnatomy of a Wordpress theme
Anatomy of a Wordpress theme
 
Ifi7174 lesson2
Ifi7174 lesson2Ifi7174 lesson2
Ifi7174 lesson2
 
ch04-css-basics_final.ppt
ch04-css-basics_final.pptch04-css-basics_final.ppt
ch04-css-basics_final.ppt
 
Html,CSS & UI/UX design
Html,CSS & UI/UX designHtml,CSS & UI/UX design
Html,CSS & UI/UX design
 

Recently uploaded

怎样办理伯明翰大学学院毕业证(Birmingham毕业证书)成绩单留信认证
怎样办理伯明翰大学学院毕业证(Birmingham毕业证书)成绩单留信认证怎样办理伯明翰大学学院毕业证(Birmingham毕业证书)成绩单留信认证
怎样办理伯明翰大学学院毕业证(Birmingham毕业证书)成绩单留信认证
eeanqy
 
Top profile Call Girls In Meerut [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Meerut [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Meerut [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Meerut [ 7014168258 ] Call Me For Genuine Models We...
gajnagarg
 
Resume all my skills and educations and achievement
Resume all my skills and educations and  achievement Resume all my skills and educations and  achievement
Resume all my skills and educations and achievement
210303105569
 
cholilithiasis, cholecystitis,gall bladdder .pdf
cholilithiasis, cholecystitis,gall bladdder .pdfcholilithiasis, cholecystitis,gall bladdder .pdf
cholilithiasis, cholecystitis,gall bladdder .pdf
RawalRafiqLeghari
 
Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...
Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...
Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...
instagramfab782445
 
Top profile Call Girls In Mysore [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Mysore [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Mysore [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Mysore [ 7014168258 ] Call Me For Genuine Models We...
gajnagarg
 
怎样办理莫纳什大学毕业证(Monash毕业证书)成绩单留信认证
怎样办理莫纳什大学毕业证(Monash毕业证书)成绩单留信认证怎样办理莫纳什大学毕业证(Monash毕业证书)成绩单留信认证
怎样办理莫纳什大学毕业证(Monash毕业证书)成绩单留信认证
ehyxf
 

Recently uploaded (20)

LANDSCAPE ARCHITECTURE PORTFOLIO - MAREK MITACEK
LANDSCAPE ARCHITECTURE PORTFOLIO - MAREK MITACEKLANDSCAPE ARCHITECTURE PORTFOLIO - MAREK MITACEK
LANDSCAPE ARCHITECTURE PORTFOLIO - MAREK MITACEK
 
Hackathon evaluation template_latest_uploadpdf
Hackathon evaluation template_latest_uploadpdfHackathon evaluation template_latest_uploadpdf
Hackathon evaluation template_latest_uploadpdf
 
Sweety Planet Packaging Design Process Book.pptx
Sweety Planet Packaging Design Process Book.pptxSweety Planet Packaging Design Process Book.pptx
Sweety Planet Packaging Design Process Book.pptx
 
Mohanlalganj ! Call Girls in Lucknow - 450+ Call Girl Cash Payment 9548273370...
Mohanlalganj ! Call Girls in Lucknow - 450+ Call Girl Cash Payment 9548273370...Mohanlalganj ! Call Girls in Lucknow - 450+ Call Girl Cash Payment 9548273370...
Mohanlalganj ! Call Girls in Lucknow - 450+ Call Girl Cash Payment 9548273370...
 
Abu Dhabi Call girls Service0556255850 Call girls in Abu Dhabi
Abu Dhabi Call girls Service0556255850 Call girls in Abu DhabiAbu Dhabi Call girls Service0556255850 Call girls in Abu Dhabi
Abu Dhabi Call girls Service0556255850 Call girls in Abu Dhabi
 
Branding in the Psychedelic Landscape Report.pdf
Branding in the Psychedelic Landscape Report.pdfBranding in the Psychedelic Landscape Report.pdf
Branding in the Psychedelic Landscape Report.pdf
 
NO1 Top Pakistani Amil Baba Real Amil baba In Pakistan Najoomi Baba in Pakist...
NO1 Top Pakistani Amil Baba Real Amil baba In Pakistan Najoomi Baba in Pakist...NO1 Top Pakistani Amil Baba Real Amil baba In Pakistan Najoomi Baba in Pakist...
NO1 Top Pakistani Amil Baba Real Amil baba In Pakistan Najoomi Baba in Pakist...
 
怎样办理伯明翰大学学院毕业证(Birmingham毕业证书)成绩单留信认证
怎样办理伯明翰大学学院毕业证(Birmingham毕业证书)成绩单留信认证怎样办理伯明翰大学学院毕业证(Birmingham毕业证书)成绩单留信认证
怎样办理伯明翰大学学院毕业证(Birmingham毕业证书)成绩单留信认证
 
Q4-W4-SCIENCE-5 power point presentation
Q4-W4-SCIENCE-5 power point presentationQ4-W4-SCIENCE-5 power point presentation
Q4-W4-SCIENCE-5 power point presentation
 
The hottest UI and UX Design Trends 2024
The hottest UI and UX Design Trends 2024The hottest UI and UX Design Trends 2024
The hottest UI and UX Design Trends 2024
 
High Profile Escorts Nerul WhatsApp +91-9930687706, Best Service
High Profile Escorts Nerul WhatsApp +91-9930687706, Best ServiceHigh Profile Escorts Nerul WhatsApp +91-9930687706, Best Service
High Profile Escorts Nerul WhatsApp +91-9930687706, Best Service
 
Raebareli Girl Whatsapp Number 📞 8617370543 | Girls Number for Friendship
Raebareli Girl Whatsapp Number 📞 8617370543 | Girls Number for FriendshipRaebareli Girl Whatsapp Number 📞 8617370543 | Girls Number for Friendship
Raebareli Girl Whatsapp Number 📞 8617370543 | Girls Number for Friendship
 
Top profile Call Girls In Meerut [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Meerut [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Meerut [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Meerut [ 7014168258 ] Call Me For Genuine Models We...
 
Resume all my skills and educations and achievement
Resume all my skills and educations and  achievement Resume all my skills and educations and  achievement
Resume all my skills and educations and achievement
 
cholilithiasis, cholecystitis,gall bladdder .pdf
cholilithiasis, cholecystitis,gall bladdder .pdfcholilithiasis, cholecystitis,gall bladdder .pdf
cholilithiasis, cholecystitis,gall bladdder .pdf
 
Jordan_Amanda_DMBS202404_PB1_2024-04.pdf
Jordan_Amanda_DMBS202404_PB1_2024-04.pdfJordan_Amanda_DMBS202404_PB1_2024-04.pdf
Jordan_Amanda_DMBS202404_PB1_2024-04.pdf
 
Pondicherry Escorts Service Girl ^ 9332606886, WhatsApp Anytime Pondicherry
Pondicherry Escorts Service Girl ^ 9332606886, WhatsApp Anytime PondicherryPondicherry Escorts Service Girl ^ 9332606886, WhatsApp Anytime Pondicherry
Pondicherry Escorts Service Girl ^ 9332606886, WhatsApp Anytime Pondicherry
 
Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...
Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...
Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...
 
Top profile Call Girls In Mysore [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Mysore [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Mysore [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Mysore [ 7014168258 ] Call Me For Genuine Models We...
 
怎样办理莫纳什大学毕业证(Monash毕业证书)成绩单留信认证
怎样办理莫纳什大学毕业证(Monash毕业证书)成绩单留信认证怎样办理莫纳什大学毕业证(Monash毕业证书)成绩单留信认证
怎样办理莫纳什大学毕业证(Monash毕业证书)成绩单留信认证
 

The Anatomy of a WordPress File

  • 1. The Anatomy of a WordPress CSS File WordCamp 2014 April 14 – 15, 2014 Atlanta, Georgia
  • 2. What We Will Discuss • Cascading Style Sheets • Theme Styling Options • Primary Edit Files • Identifying Edit Requirements • Inspecting the Element • Locating Edit Files • Editing the Code • Viewing the Results 2
  • 3. CSS Styling Options • Theme Options • Built In Custom Fields (ex: Widgets) • Editor Files 3
  • 7. Footer Text Color Edit – Before and After 7
  • 8. Primary WordPress Style Sheets • Three primary WordPress Style Sheets – style.css – header.php – footer.php 8
  • 9. Accessing WordPress Style Sheets • Follow this path – Dashboard > Appearance > Editor • Back Up Prior to Editing 9
  • 13. Types of Styles • Tag Style – Create style rules that change HTML code automatically; applies rule every time element appears – h1 { color: #efefef } • Class Style – You name it; you manually select it – i.e. a div – .infoform{ color: #0076bf } • ID Style – You can only apply once; use for single unique elements – #box { color: #ffffff} 13
  • 14. Things You Should Know • Basic Code Structure – selector { attribute: value } – h1 {color: #0076bf } • !important Declarations – !important declarations carry more weight – !important declarations by author carry more weight then !important declarations by the user – Override with caution – Could affect responsive designs (ex: size of elements) 14
  • 15. What Is Contained in the CSS File • Comment block from the author • A set of style rules for the major elements of the theme: – h tags – Colors and fonts – Margins and padding – Basic layout of primary elements • (header, body, sidebars, footers) • Basic design and layout rules for the theme 15
  • 16. Inspecting the Element This Example Uses Google Chrome Using Chrome browser; right mouse click; select Inspect element 16
  • 18. Locate CSS Code Chrome Console shows file name and code line number 18
  • 19. Practice with Twenty Eleven Theme Change Background Color – Inspect the Element 19
  • 20. Practice with Twenty Eleven Theme Change Background Color – Identify Source Line 20
  • 21. Practice with Twenty Eleven Theme Change Background Color – Locate Code Note: Installed WordPress Advanced Code Editor Plugin. WordPress code does not have line numbers. 21
  • 22. Practice with Twenty Eleven Theme Change Background Color – Enter Color Hex 22
  • 23. Practice with Twenty Eleven Theme Change Background Color – Update File 23
  • 24. Practice with Twenty Eleven Theme Change Background Color – View Change 24
  • 25. Practice with Twenty Eleven Theme Reduce Site Title Size – Inspect the Element 25
  • 26. Practice with Twenty Eleven Theme Reduce Site Title Size – Edit Code 26
  • 27. Practice with Twenty Eleven Theme Reduce Site Title Size – Reduce Size 27
  • 28. Practice with Twenty Eleven Theme Reduce Site Title Size – View Change 28
  • 29. Some of the Elements You Can Edit There Are So Many Possibilities 29
  • 30. Before and After Example 30
  • 31. The Anatomy of the CSS File • Decide what you want to edit • Inspect the element in browser • Find the code in the CSS file • Customize the code • Enjoy the enhancements 31