Home Forums Support CSS Glossary

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #107621
    Adrian Cojocariu

    Whenever I want to CSS something, I have to search a lot for things like .navigation-menu, or ul ul things .site-logo and so on.

    Is there a Glossary ? Something like …

    .site-logo -> This is the class for the site logo found in the header
    .navigation-menu -> This is the navigation menu
    .navigation-menu ul ul -> This represents items on the menu …

    I think you get the idea ๐Ÿ˜€

    #107674
    Tom
    Lead Developer
    Lead Developer

    Hi Adrian,

    There’s not a glossary at the moment, but you should definitely use the Inspect Elements tool in your browser – it lets you look through all of the theme’s code in a readable format, and allows you to understand what elements do what.

    If you’re using Chrome, right click and click “Inspect Element”.

    If you’re using Firefox, install the Firebug extension (it’s awesome).

    #107700
    Adrian Cojocariu

    Meh people keep telling me about how awesome firefox is XD

    Guess I’ll have to install it at one point.

    Thanks for the tip !

    #107733
    Tom
    Lead Developer
    Lead Developer

    Chrome is way better when it comes to browsing/general usage. I just personally prefer Firefox for developing, mainly because of Firebug ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.