Re: Help with my logo banner!!!!!
Quote:
Originally Posted by
Sketchy
Drop this into the current template
stylesheet.css;
Code:
.legalCopyright { padding: 0.6em }
OK lets see if we can get past asking the same question over and over again. When ever anyone says "stylesheet" they mean the stylesheet that you are using for the site, in your case it would be the one we have been working in, "includes/templates/classic/css/stylesheet.css". Write this path down on a post-it note and stick it to your monitor. Now next, when someone says "drop this in your stylesheet" they mean to add it, but what you should do first is scan the stylesheet and see if the first part of the rule is in the stylesheet already and I believe that .legalCopyright is in there. So you would only add the part that is between the wavy brackets, padding: 0.6em; always remember to end the line with the ;
I want you to, in fact I insist, go to http://www.w3schools.com/css/css_syntax.asp and read this page.
OK schools out and you have your homework:smartass:
p.s. Sketchy you forgot the ; some teachers assistant you are .....LOL
Re: Help with my logo banner!!!!!
Quote:
Originally Posted by
barco57
p.s. Sketchy you forgot the ; some teachers assistant you are .....LOL
You meanie... :down:
I didn't forget, the final semi-colon is standards optional. I know it's good practice though, but I concluded that there would be nothing else to add to that specific selector anyways. In fact, I was helping to downsize the stylesheet, that optional semi-colon was worth at least one byte. :laugh:
Re: Help with my logo banner!!!!!
Hey Teacher,
If I don't pass, is summer school a option.......Building two sites and running a business..... I did forget where I was... sorry
Mike I went to my style sheet "includes/templates/classic/css/stylesheet.css". and I could not fine .legalCopyright in there..... Maybe its somewhere else. Can you point me into the right direction please..... Thank you and God bless
Joseph
Re: Help with my logo banner!!!!!
Ok .legalCopyright isn't in there. Add the statement to the bottom of the stylesheet.
Yes summer school is always an option. I know what it is to be busy as I am a truck driver and I drive about 10-11 hourd a day and then I hop on the laptop to work on the sites I'm developing.
Re: Help with my logo banner!!!!!
Mike,
Thank you for all your help...... I put .legalCopyright in the stylesheet at the botton like you told me and it didn't do anything for me.........Am I doing something wrong......... Thank you and God bless
Joseph
Re: Help with my logo banner!!!!!
This is what you have at the bottom of your stylesheet currently:
Code:
#informationContent a:hover, #moreinformation a:hover {
color: maroon;
.legalCopyright
}
Should be
Code:
#informationContent a:hover, #moreinformation a:hover {
color: maroon;
}
.legalCopyright {padding: 0.6em;}
}
Add the stuff in red and remove the wavy bracket in green
Re: Help with my logo banner!!!!!
Thanks Mike
I think that worked .......So I am learning that I can find everything I need in my stylesheet...like my header and footer ect.....Isn't that right teacher.... I thank you for all your help.... God bless you
Joseph
Re: Help with my logo banner!!!!!
Need some help....... Can anyone help me find out what a couple of fonts are....here is the site http://store.dayspring-store.com/ The font I would like to know what kind they are... it says (Christmas) at the top of the page, and the other one is on the big picture in the middle. and it says (Tis the season) That would be awesome if someone knew what fonts those are.... Thank you and God bless
Joseph
Re: Help with my logo banner!!!!!
well most things are in the stylesheet but sometimes you have to add to the stylesheet. For the fonts I would go to http://www.myfonts.com/ and look around. When it comes to fonts there are thousands and you should be able to find something close to the second one. The "Christmas" one in the logo is either done freehand or mixed fonts cause the 2 "s" don't match. Remember non standard fonts if not loaded on the end users computer will not show unless you included them in an image.
Re: Help with my logo banner!!!!!
Mike,
I think you told me this before, but this one I didn't write down..... My wife made another banner for the site and wants me to put it on the cart...... I have been trying and can't remember where it is I go to, to replace my old top header(banner) I know in the stylesheet.... Please help me...Thank you and God bless
Joseph