- This topic has 6 replies, 2 voices, and was last updated 10 years, 2 months ago by
Tom.
-
AuthorPosts
-
January 16, 2016 at 10:14 am #166061
albabes
Hi Tom,
What is a good website for learning default WordPress theme specific CSS?
Im learned CSS up to v2 in the late 90’s and early 2K’s. Dropped out b4 learning Css3.Thanks
January 16, 2016 at 10:36 am #166069Tom
Lead DeveloperLead DeveloperHi there,
Every theme is different, so there’s no real place to learn theme specific CSS that will apply to all themes.
Your best bet is to learn to use the Inspect Element functionality of your browser.
If you’re using Chrome, just right click and select “Inspect”.
If you’re using Firefox, install the Firebug extension.
These tools let you comb through the HTML of the theme and shows you the CSS that applies to each element.
It can be super helpful in understanding the workings of the theme and overwriting styles etc..
Hope this helps 🙂
January 16, 2016 at 1:04 pm #166093albabes
So the “selectors”
selector { property: value }
I see repeated over and over in some themes don’t have some commonality? Must, since I see some “selectors” used over and over in Divi, Genesis, your GeneratePress, Catchbox, 2015 & 2016 themes, etc?Have you used the free child theme plugin called Orbisius-child-theme-creator?
https://wordpress.org/plugins/orbisius-child-theme-creator/screenshots/Its like any other Child Theme plug with ONE EXCEPTION: It gives you a editable “side-by-side-comparo” of the current child theme Css file, AND any other theme css file you have installed.
See screenshot Tom.
http://tucson-webdesign.com/Orbisius-side-by-side-comparo.pngThat is how I’ve begun to see similarities in “some selectors” in various Frameworks.
Al
January 16, 2016 at 10:29 pm #166172Tom
Lead DeveloperLead DeveloperAh yea, well all CSS is formatted that way. What you’re seeing there is CSS specific to HTML elements, which are always the same (body, nav, div, a p etc..).
Your best starting point would probably be codecademy.com or something similar – it will get you going with CSS pretty quickly 🙂
January 17, 2016 at 7:46 am #166222albabes
Thank yuou Tom
January 17, 2016 at 8:56 am #166226albabes
PS. You i didn’t comment on the Orbisius plugin, no interest in it?
January 17, 2016 at 10:44 am #166242Tom
Lead DeveloperLead DeveloperI’ve never used it, but I’m not sure what the purpose is? It’s very easy to create a child theme without using a plugin.
-
AuthorPosts
- You must be logged in to reply to this topic.