glamorouscreations Posted April 17, 2008 Posted April 17, 2008 I am in my style.css and on my wordpress to my left it says home, then welcome which is pages through wordpress u can edit right, how do i change the font size for the ( home, and welcome and all the other areas )i cant find it where my font sizes are. can someone help me. Quote
TCH-Thomas Posted April 17, 2008 Posted April 17, 2008 If you are using firefox I would install the web developer toolbar to change things like this. - When installed, visit your blog. - Then in the css menu, go to "view" style information" and choose it. - Then hover over for example "home" and click on that word and you should get a red border around it and on the lower part of firefox you should see the css file. - In that css file you would now see something like "#navigation ul li a" (can be named something else in your css) - Copy the line saying "#navigation ul li a", then in the css menu, disable the view style... - Then in the same menu choose "Edit css", in the lower part of firefox you now see your css file in edit mode, paste "#navigation ul li a" in to the search box, and click the magnifier. - If all works as wanted, you will now see the css for "#navigation ul li a" and in there you find the font size and can change it. - When done, save the file (disc icon) to your computer and upload the file to the folder where current css file is. Quote
glamorouscreations Posted April 17, 2008 Author Posted April 17, 2008 (edited) i did notice alot of the font sizes are in 1.0em how do i convert that to px type sizes? Edited April 17, 2008 by glamorouscreations Quote
TCH-Thomas Posted April 17, 2008 Posted April 17, 2008 I too have looked for a "conversion chart" but found none, but what I do is just enter lets say 12px or 14px or what ever I want and see if that changes to a size that I want. Quote
glamorouscreations Posted April 17, 2008 Author Posted April 17, 2008 oh really i actually tried that last night from 1.0em to 10px and boy the text was small lol so i changed it bk guess i should maybe try 12px huh? also another qestion im designing another theme, i actually purchased a blank template this trip and the bgmain.gif image is tall-thin is it possible to make it bigger? Quote
TCH-Andy Posted April 17, 2008 Posted April 17, 2008 I don't want to get too much into the debate here about pixel v's em - but generally pixels is great for what it looks like on your computer and doesn't easily allow others ( say with poor eyesight) to change it, so em's is a better way of doing things for complete flexibility. If you haven't made any changes on your system, and use defaults - then 1em = 16px (12px would be 0.75em etc). You can change image sizes, yes, although you can often lose a bit of quality in doing so. Any graphics package should be ab;e to do that for you ( eg irfanview). Quote
TCH-Bruce Posted April 17, 2008 Posted April 17, 2008 You should familiarize yourself with www.w3schools.com. There is a wealth of information there about CSS. Also try Google for some CSS tutorials. Quote
glamorouscreations Posted April 17, 2008 Author Posted April 17, 2008 thank you both i have also been doing alot of reading is why i took the step to buying a blank template ...to learn more insight. thank you Quote
glamorouscreations Posted April 18, 2008 Author Posted April 18, 2008 question, the font size for my post,comments section is to small , and i cant seem to locate the area within my style css to make it bigger or is is that located within the dashboard on wordpress admin area? thank you Quote
glamorouscreations Posted April 18, 2008 Author Posted April 18, 2008 i dont know ive tried everything and when i change my text half the text is connect to one side of the template and half the text is connected to the right side of the template and half is in em and have is in px there has got to be a better way of this ....please if anyone can help me id appreciate it alot. one side is in very small text and now i cant get it to change but when i do the other side of text goes even bigger ......please help thank you Quote
TCH-Zac Posted April 18, 2008 Posted April 18, 2008 (edited) Maybe this will help you: SITE LINK Aa quote from this page states: li The #sidebar li assigns a style to the actual list item. Here you can set the format to include a bullet or not. You can also change the font, font-size, or color, and you can even add borders. Scroll down about 1/3 of the page until you see: li Hope this helps. Edited April 18, 2008 by ZacD Quote
glamorouscreations Posted April 18, 2008 Author Posted April 18, 2008 ive done all that sweety, and everytime i change one thing of font size it messes up the other side , i will prob have to paste the code to show what i mean, i have a 3 column template , the right column text and the comment text are the same, the left column text and the comment heder text are the same so every time i change one it messes up the other so thats what i will do is post the code here if that is ok so please let me know id kindly appreciate it. thank you Quote
TCH-Bruce Posted April 18, 2008 Posted April 18, 2008 Did you do as Thomas suggested and install Firefox and the Web Developer Toolbar plugin for Firefox? With that browser and plugin you would be able to edit your CSS file while looking at your site. Then you save the CSS file and upload it once you've made all the changes you want. It makes the whole process so much easier. As for the comment font size look somewhere in the CSS file for tags that contain "comments". Quote
Bunni Posted April 18, 2008 Posted April 18, 2008 Whenever I'm searching for a particular piece of code within my CSS I use FF Web Developer. It permits me to make and see changes before they become a permanent part of the CSS. It's a bit of trial-and-error but it helps me acquaint myself with the code within the CSS and makes future changes much easier. I highly recommend you try Web Developer. Quote
glamorouscreations Posted April 18, 2008 Author Posted April 18, 2008 okie , i havent had time to install ff but i will not, thank you and i finally figured out the comments section, the text for that is under the page area in my css file which is odd lol its in % instead of px or em lol , now i have a css error but its for the scrollbar color, so not sure how to fix that? any suggestions, atleast i keep passing the html validation errors lol Quote
TCH-Thomas Posted April 18, 2008 Posted April 18, 2008 The scrollbar color I would personally not bother change since I believe Internet Explorer are the only browser that can use that effect, ie non-internet explorer users would not see colored scroll bar. Quote
glamorouscreations Posted April 18, 2008 Author Posted April 18, 2008 ok i didnt know thank, thank you Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.