Jam
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: How to get this image !?!?How can I get that color change effect? Perhaps using Css?
Forum: Themes and Templates
In reply to: Background ImageNevermind! THis can be closed =]
Forum: Themes and Templates
In reply to: How do you change the font?Thank you for the information!
I noticed that there are three places where the font family is located:
/* =Fonts -------------------------------------------------------------- */ body, input, textarea, .page-title span, .pingback a.url { font-family: Palatino, Georgia, "Bitstream Charter", serif; } h3#comments-title, h3#reply-title, #access .menu, #access div.menu ul, #cancel-comment-reply-link, .form-allowed-tags, #site-info, #site-title, #wp-calendar, .comment-meta, .comment-body tr th, .comment-body thead th, .entry-content label, .entry-content tr th, .entry-content thead th, .entry-meta, .entry-title, .entry-utility, #respond label, .navigation, .page-title, .pingback p, .reply, .widget-title, .wp-caption-text, input[type=submit] { font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif; } pre { font-family: "Courier 10 Pitch", Courier, monospace; } code { font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }
Is
.pingback a.url { font-family: Palatino, Georgia, "Bitstream Charter", serif; }
The correct place?
Note that I want my main font to be Palatino.
Forum: Themes and Templates
In reply to: How do you change the font?See the title: My question is how do I change the general content font?
I’m on Twenty Ten.
Thanks
Forum: Themes and Templates
In reply to: Twentyten header slideshow and logoIf you use twentyten theme it’s already a horizontal navigation, just like that.
Alright, but how can I move it up to the header text, half to the left and half to the right?
Forum: Themes and Templates
In reply to: Twentyten header slideshow and logoHi there, I need to do the header slideshow also, did you find out how to do it?
About how to overlay the logo, take a look at this site′s header: https://www.audaxitaliano.cl/web2/ , explore the code and take a look at the CSS settings for the div #site-title and #site-title a
Hey, this is a little off topic, but in that website that you showed, do you know how they got some navigation up by the header? I am trying to do this but have some navigation to the left and some to the right of my header logo.
Any ideas?
You can very easily do that in 2010 by editing some code.
TwentyTen also has nice drop-down menu options.You can really pick any theme and edit it to only have one column.
Forum: Fixing WordPress
In reply to: How Can .. ?Appearance > Editor > click on Index.php
Forum: Fixing WordPress
In reply to: WordPress won’t change my 8mb file upload limitTo make php.ini, make a blank .txt file (Not using a word processor) and put that code in it, and save it as php.ini (as any file, NOT .txt)
You would have to go to your FTP server (if you don’t know what that is, you can contact your hosting service, or go to ftp://yourdomain.com)
I believe that if you add the php.ini file with that code, it will effect your entire website, allowing you to upload a larger file size. You don’t need do change your .mov file.
Hope that helps!