Theme Editing CSS
-
-
-
Here is what to do, look for all the hex decimal color codes in your current CSS then change it to something noticeable to see what it effects.
When you find out what does what simply put this coding near the color code:
/* Whatever it does */That will make it so there is a little message that tells you what it does that does not effect the outcome of the CSS in anyway. For example, if you have something like:
#menu ul li { background-color:#98AFC7; }Then near that put
/* Widget */so you know it is for widgets.Now for the banner, all you have to do is look for the part in your CSS that looks like this:
#header a { }In between the 2 curly brackets put this:
background-image:url('Image URL');And that will give you a banner.
-
-
Club45 if you can’t work that out, you really, really shouldn’t be playing with the CSS at all. Go and look at the tutorials listed in the sticky thread at the top of the forum.
-
-
Learn more about CSS first. If you can’t even find the colours I know you haven’t read the recommended tutorials.
Don’t buy a car if you don’t know how to drive.
-
@dan1034: Here is where you can find hex decimal color codes (used for CSS): http://www.webspresso.com/allcolor.htm
But as raincoaster said, if you don’t know what color codes are then you shouldn’t start tampering with your CSS. Read some tutorials first.
- The topic ‘Theme Editing CSS’ is closed to new replies.