Can't find definition for elements
Hi,
i am struggling quite a bit to get a website out of Typolight but only due to my low experience level, not the package :roll:
Could anyone help me to find the css definitions for "back", "print as PDF" and "read more" (Articles/Teasers)? I don't know where they are defined and would like to get them into my color scheme. It seems to me that they are using some kind of default setting and i would have to know the right name to put into my stylesheet.
Help is really appreciated,
lX
Re: Can't find definition for elements
If you check the source of the html page that you see in the browser you can just look up what selector will fit each of those items. For the items you ask for I have no idea what the answer is.
But as an example I'll show the source for the skip navigation link:
You can target that using .invisible, #skipNavigation2, #skipNavigation2.invisible, a and so on.
I think this was more of a css question then it was a typolight question ;) But I hope I helped ok anyway...
Re: Can't find definition for elements
Thanks a lot for the help Vera,
you are right, this is more a css question but i still have trouble to distinguish the categories in which my problems lie ;-)
Show Page Source i a good tip anyway!
regards,
Alexander
Re: Can't find definition for elements
Hi Alexander,
another possibility is to use the firefox browser and the addon firebug (or web developer toolbar), where you can do live editing and see immediatly what happens on your page.