Forum Replies Created
-
AuthorPosts
-
greenecon
MemberI'll give it a shot. Not easy until you've done it once or twice.
Using Firefox as a browser, make sure you install 'Firebug'. You can find it on the orange 'firefox' drop down at the upper left of your browser. It is under 'add-ons'.
Once installed, it will show up on the upper right hand side of your screen. You can go to the text you want to change, and right click on it. Select, 'Inspect element with Firebug'. They look at the bottom of your screen, which should now have a complicated box with lots of code and other stuff. Go to 'style' on the right hand side. You will some code. You can change that code and see what the text will look like in Verdana.
Then you need to copy the code for that font, find the code in your CSS, and replace the font style with the new font. It will now be all over your site.
I ALWAYS make a copy of the CSS and save it before doing anything like this. Then, if it is wrong, you can just replace the whole CSS with the one saved. YOu should use something like Notepad, because it does not add any additional code. Word will add all kinds of things and break your CSS totally.
I hope this helps.
greenecon
MemberIf I do
.taxonomy-description {
height: 60px;
margin: 0 0 30px;
overflow: hidden;
padding: 0;
}do I need the
.taxonomy-description p {
}
I found I could ad a pic and text just using regular html to the category page. [I'm an idiot, so I make what I want as a post, preview, then copy and paste where I want it.] Worked fine.
And I did like you on Facebook!
greenecon
MemberYes, we are talking about the advert. [And the flipping page thingy.]
The problem is that once I change the center to 300px, and the sides to 5px,the advert looks fine. But then the grey bar with the violet accent on the right, gets messed up. It kind of slides left, with a space on the right and an overlap onto the main content section on the left. Nothing I have done fixes that. If I do fix it, then the advert is back to where it was.
greenecon
MemberDisagree. Like the red a lot, especially the understated small red nav bar. Good work.
greenecon
MemberThanks. I changed the color, but not the background color! Missed it after the .png. Thanks you. t.
-
AuthorPosts