charlie
-
How can you apply custom CSS to Google Calendar?
P.S. I've also found this link... although I don't quite understand it. Seems to good to be true.
-
How can you apply custom CSS to Google Calendar?
Very nice. I've styled rss/xml feeds in WordPress using plugins, but never on a plain html/css website. Is there a tutorial page somewhere that would get me started?
-
How can you apply custom CSS to Google Calendar?
I need to apply custom css to an embedded google calendar in a website. (I didn't mention it was an embedded calendar on a website in first post.) Can Stylish do that? Or is there another way(s)?
-
Best mac for webdesign?
I bought a refurb iMac from the apple.com a few years ago. It came with the same warranty as a new mac but it cost about 30-40% less. I haven't had any problems with it. Fingers crossed.
-
WordPress 3.1 / CSS / comments ol
Got it! #main-content .comment
-
Target with CSS all h2 EXCEPT first one on a page
Ahhhh. Thank you.
-
Target with CSS all h2 EXCEPT first one on a page
You don't need to designate a range?
-
Target with CSS all h2 EXCEPT first one on a page
What is the proper way to designate the h2's you want to style... :nth-of-type(2-10) would be the 2nd through 10th h2? or (2-*) would be the 2nd through all present h2's? or something else?
-
Target with CSS all h2 EXCEPT first one on a page
That could work. I'll have to limit the total number of posts to display. But that shouldn't be a problem. Thank you!
-
Target pages in Wordpress?
What about just "archive" or "single?" .archive h2 {}
-
Target pages in Wordpress?
Do I have to target the whole class? or can I just use archive or single etc.?
-
Target pages in Wordpress?
YES! How do I get started? I know very little about php.