Lefora Free Forum
2884 views

Hacking your CSS!

Page 1 · 2 · 3 · 4 · 5 · 6
< older posts 61–80 of 106 newer >
Superstar - admin
439 posts

No, the css box should appear empty.

The way it works is you just put the changes you want to make here, that way you don't have to look through pages and pages of css just to change a background colour - also it makes it harder to accidently mess up the whole forum, as you only put what you need here.

__________________
it's better than bad, it's good
Rookie - member
5 posts

well i have someone that wants to re-do the forum for me but he need the CSS to do so. and he doesn't want to make it from scratch. i guess there is no way of getting the CSS if there for the layout i have?

__________________
I am the EviLlama Fear me. >< ^^
Superstar - admin
439 posts

I'd imagine whoever is doing the css for you knows how to get it from the 'view source' function of the browser. It is linked as an external document, and this link is dynamic so I cant tell you what it is for your forum.

Still its probably easier to use a tool like firebug for firefox or the developer toolbar for ie to explore the forum structure.

However you do it, just don't copy the whole thing into the css box, only the things you change, otherwise you're forum may not pickup any fixes/changes we make.

__________________
it's better than bad, it's good
Rookie - member
5 posts

ahhh i see. well at this time all i want is the header changed.

__________________
I am the EviLlama Fear me. >< ^^
Rookie - member
5 posts

i would love to know the command line to put in a header. like i know the image thing under the theme but that puts is there and i already have something in where the name is and i can't take it off since it is needed. i'm having trouble trying to put it in there. so i dunno what to do anymore i'm lost now. lol

__________________
I am the EviLlama Fear me. >< ^^
Rookie - member
5 posts

i got something to work. lol it was simple too. change the names to something small and out of the way. lol

__________________
I am the EviLlama Fear me. >< ^^
Rookie - member
2 posts

How can I make my forum's title font larger?

Rookie - member
11 posts
I don't know if I'm the only one having this probem, but I changed to the 'new look' or whatever and none of my old CSS modifications are working now.  My header image is gone (i still have the URL) and none of the colors i changed are anything like before.  Any advice?

~Levi
__________________
Fanatic - founder
3702 posts

@luc1f3r, just follow the step by step photo instructions at the top of this thread, if you have any specific questions on a step, please post them here.

__________________
find me answering questions at support.lefora.com or interviewing forum admins on blog.lefora.com
Rookie - member
1 posts

I would also like to know how to make my forum's title bigger, and chage its font as well. I know how to chage body size/font and i want the title to match sorry if you posted it allready chief i searched the forum and did not find any thing, thanks :)

__________________
Education is a progressive discovery of our own ignorance.
Fanatic - founder
3702 posts

you'll want to change the properities for #forum_title, like:

#forum_title {font-size:30px;}. To change it's font, you can use the font-family CSS property, here's more info on that: http://www.w3schools.com/CSS/pr_font_font-family.asp

__________________
find me answering questions at support.lefora.com or interviewing forum admins on blog.lefora.com
Rookie - member
2 posts

I need to set a fixed width for the forum as well. Tried adding a few lines to the CSS, so far no effect. What do I change where to set the width at say 700 pixels?

Fanatic - founder
3702 posts

hey colincondos, to change the width of your forum, you could use the following code:

#boddy { width:700px; }
#main { width:700px; }

However, we don't recommend it, as it makes the forum too narrow, and somethings will look funky and overlap each other. We have the width set so that it's viewable on 95% of typical browser windows.

__________________
find me answering questions at support.lefora.com or interviewing forum admins on blog.lefora.com
Rookie - member
1 posts

Whats the best forum to change the complete background and topic/tab colors.
I just need to make my forum with a Brown background and Pink wording/tabs
I've switched from juiced to eurgh, and neither seem to comply

__________________
ROD makes the world go 'round
Rookie - member
3 posts

Hey there,

I'm trying to change the standard forum searchbar with an image of a searchbar with rounded corners that (behind the corners are transparent). I tried to apply this by first hiding the search bar color then placing an image over it:

#search_wrapper {background-color:transparent;background-image:url(http://urlhere//);}

The image covers the background of the searchbar properly, but I can still see the original color of the search bar behind the rounded corners even though I set it to transparent. When I check it in Firebug, my code has been striked-out and overwritten. How can I fix this or is there an easier way of doing this?

I also tried to change the go button to a symbol of a magnifying glass using the same method (making the 'Go' text transparent and replacing it with an image), but it doesn't work and when I check in Firebug, my code isn't even listed there; it's as if I referred to the wrong tag (I used #search_go).

__________________
There are no boundaries or borders to the mind...
Superstar - admin
439 posts

Hey, fatalyst I tried it on a test forum I set up and it worked fine for me.

Could you perhaps provide me with the url for the image you want to use, and I can try it myself directly on your forum? that way if there is a problem I'll be able to see the same problem as you.

I like what you've done so far its looking good.

__________________
it's better than bad, it's good
Rookie - member
3 posts

Thanks, the search bar is all I need to complete the theme, I think.

Here's the link to the searchbar image, and thanks for the help! I really appreciate it.

__________________
There are no boundaries or borders to the mind...
Novice - member
49 posts

In the threads itself (the forum)is there a code i can put this pic in so that my links arent all white?

someone on here had this code they used but i cant get it to work

The code I used for that was:
#header {
background-repeat:no-repeat;
background-image:url(http://www.IMAGEURLHERE.com/blahblahblah;
background-position: 25px 123px; (Adjust these to fit your image in how you like)
padding-bottom: 60px; (this is also needed, it makes your header taller, with more 'padding' on the bottom.)
}

__________________
Sometimes its not about one person running a whole show that makes it work to its fullest its about "Team work" and "Love" that brings its unity into perfect balance. -anon-
Fanatic - founder
3702 posts

I'm not sure I follow. You want to change the color of hyperlinks? And you want to put that image as the background of your forum? I'll outline the two separate steps if that's what you would like to do. Thanks for asking on this thread - it helps everybody.

__________________
find me answering questions at support.lefora.com or interviewing forum admins on blog.lefora.com
Rookie - member
1 posts

I am trying to change the background of our forum (Sleepless Spirits), to a temporary Christmas backgroud. I was going to do this through the CCS on the Forum Pannel. But I actually have no idea how to... also the CCS box is totally blank.
Just wondering if someone could put me in the right direction as to what to do!
Many thanks.

__________________
Searching for more.
Page 1 · 2 · 3 · 4 · 5 · 6
< older posts 61–80 of 106 newer >

This Topic Is Locked To Guest Posts

It's been a while since this topic was active, if you'd like to get it going again, please post as a registered member

join now