This blog looks like they edited a lot but I can't seem to do any of the things she did.
First off, how did she hide her title that's supposed to be at the top of the header?
I tried styling the h2 element and the a element but can't seem to change the color of the title link of the individual posts. How do you do that?
How do I edit the background?
Any help is appreciated.
Thread Recap (last 10 posts from newest to oldest)
Oct 10, 11 at 6:13am
Archangel
With CSS certain things need to be in order for them to work properly. If you have an external CSS file and have a .date class then those attributes will be used, but if you place another .date class inside the head of the HTML file then that class will overwrite what is in the CSS file.
The !important tag makes it so that regardless of where the class is placed it is always the one the browser uses, it overwrites any other area.
Oct 10, 11 at 4:08am
Icekickseverything
Cheers, why does it need ;important in it for future references?
Oct 09, 11 at 1:35pm
cgauld7
This should work
.date { color:#0066ff !important; }
Oct 09, 11 at 9:13am
Icekickseverything
Easy, cheers everyone.
Icedit- Sorry to bother everyone, but the date and time stamp just won't change colour. I can make it disappear, have a backing but I just can't change the colour. The code I have been using is.
.date {color:#0066ff}
Oct 09, 11 at 8:33am
Archangel
If you view the Page Source (right click, View Page Source) of the page and do a Find (ctrl+f) of 'written on' or whatever the date is you'll generally be able to tell which class or div you need to change. So in that case you see
<em class="date">Aug 12, 11 7:56 am</em>
and it shows that the class is 'date'.
Oct 09, 11 at 8:08am
Icekickseverything
Cheers, Tek. Just wondering if there is a way to find that out myself.
Oct 09, 11 at 7:55am
tekmosis
The class name is date
.date { color: #ff0000 }
Oct 09, 11 at 4:32am
Icekickseverything
I'll just post here instead of making a new thread.
Does anyone know what the ID for this is.
Sep 04, 11 at 5:58pm
Dark_Horse
Wow, wasn't expecting such a quick response. Thanks Danger.
Don't worry about the second box. I've re-jigged it about & it looks alright now