How to apply css for phpbb?

Discussion in 'CSS' started by rive5, Jun 26, 2007.

  1. #1
    Does anyone know how to apply a new css style to your current phpbb style?
     
    rive5, Jun 26, 2007 IP
  2. conceptcrew

    conceptcrew Active Member

    Messages:
    547
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    60
    #2
    that depends on what you want to do.

    If you want to change certain aspects of the existing style sheet, then modify what is there. If you are adding more elements, you can either add them to the theme's style sheet of create anthother and link it in in the top 'head' tag.

    kinda like this:
    
    <link rel="stylesheet" type="text/css" href="http://www.yoursite.com/style.css"  />
    
    Code (markup):
    Make sure to use the full URL as this will make it easier for the page to find.

    Note: if you have the same names for elements in each style sheet, the browser will use the last one it reads. Meaning, if you install the above link to the style sheet below the one that is there, it will read that one last and use the elements from that.
     
    conceptcrew, Jun 26, 2007 IP
  3. rive5

    rive5 Peon

    Messages:
    93
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3

    a friend of mine changed them we just cant apply them to forum
     
    rive5, Jun 26, 2007 IP
  4. mgrohan

    mgrohan Active Member

    Messages:
    671
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    58
    #4
    Do it from the backend. Go into admin, select style, then select theme, and click edit. Here you can add to the existing css, or replace what ever you want to.
     
    mgrohan, Jun 26, 2007 IP
  5. rive5

    rive5 Peon

    Messages:
    93
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Can someone lay some helping hands??
    B/c i really would appreciate it
     
    rive5, Jun 26, 2007 IP
  6. mgrohan

    mgrohan Active Member

    Messages:
    671
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    58
    #6
    what version phpbb you using phpbb2 or phpbb3?
     
    mgrohan, Jun 26, 2007 IP
  7. rive5

    rive5 Peon

    Messages:
    93
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #7
    phpbb 2, are you talking about 3?
     
    rive5, Jun 26, 2007 IP
  8. conceptcrew

    conceptcrew Active Member

    Messages:
    547
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    60
    #8
    are you using the default subsilver theme?
     
    conceptcrew, Jun 28, 2007 IP
  9. rive5

    rive5 Peon

    Messages:
    93
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #9
    yes im using default subsilver theme
     
    rive5, Jun 28, 2007 IP