The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How do I edit my CSS now?

3 posters

Go down

How do I edit my CSS now? Empty How do I edit my CSS now?

Post by Richardr December 14th 2007, 4:22 am

The editor in the admin panel has been changed.

I click the new CSS Stylesheet tab. I can then "see the forum's basic CSS" but can't edit it. Or do I have to copy and paste that into the empty box, change it in there and save it?
avatar
Richardr
Forumember

Posts : 415
Reputation : 0
Language : english

Back to top Go down

How do I edit my CSS now? Empty Re: How do I edit my CSS now?

Post by Richardr December 17th 2007, 1:56 am

Bump.

Is there a thread elsewhere about this? I couldn't find one.
avatar
Richardr
Forumember

Posts : 415
Reputation : 0
Language : english

Back to top Go down

How do I edit my CSS now? Empty Re: How do I edit my CSS now?

Post by Luky December 17th 2007, 9:09 am

You can't edit the basic CSS for your forum. If you want to change it, just copy & paste another css code in that box.
Luky
Luky
Energetic

Male Posts : 6106
Reputation : 264
Language : Romanian, English
Location : Bucharest, Romania

Back to top Go down

How do I edit my CSS now? Empty Re: How do I edit my CSS now?

Post by Richardr April 7th 2008, 3:18 am

Must I copy and paste the code for everything? I want to change only one feature of the CSS. So, do I need to get the original CSS, alter the small part I want to change, and then copy and paste the entire thing into the box?
avatar
Richardr
Forumember

Posts : 415
Reputation : 0
Language : english

Back to top Go down

How do I edit my CSS now? Empty Re: How do I edit my CSS now?

Post by zakir321 April 7th 2008, 3:31 am

You'd have only to enter the changes into the box. Everything in the box will overwrite your basic CSS, the whole rest will remain basic. Smile

Let's say you only want to change the color of the links, then you only have to write this into your custom CSS box:

a:link{color:red}
avatar
zakir321
New Member

Posts : 0
Reputation : 2
Language : english

Back to top Go down

How do I edit my CSS now? Empty Re: How do I edit my CSS now?

Post by Richardr April 7th 2008, 3:45 am

OK I changed the background-attachment from scroll to fixed.

background-attachment: fixed;


But it's still scrolling!? Sad

This was the fourth line of the CSS. What have I done wrong?
avatar
Richardr
Forumember

Posts : 415
Reputation : 0
Language : english

Back to top Go down

How do I edit my CSS now? Empty Re: How do I edit my CSS now?

Post by zakir321 April 7th 2008, 3:52 am

You have to tell your browser as well what you want to have a fixed background attachment. Therefore, use this code instead (if you are using phpBB version 3):

body{background-attachment:fixed}
avatar
zakir321
New Member

Posts : 0
Reputation : 2
Language : english

Back to top Go down

How do I edit my CSS now? Empty Re: How do I edit my CSS now?

Post by Richardr April 7th 2008, 4:04 am

I think I'm on phpbb 2, but it works anyway, thanks! Smile
avatar
Richardr
Forumember

Posts : 415
Reputation : 0
Language : english

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum