how to get round H2 and css

Discussion in 'CSS' started by horseygirl, Nov 6, 2011.

  1. #1
    i have a site

    i want to change the text of the title "BE MY ADAM"

    but the css is over riding anything i do

    HTML

    CSS

    i bet its easy but im lost in space
     
    horseygirl, Nov 6, 2011 IP
  2. Toycel

    Toycel Peon

    Messages:
    243
    Likes Received:
    11
    Best Answers:
    4
    Trophy Points:
    0
    #2
    The CSS is only styling the Header. To just have it as a H2 tag in the HTML with no extra styling then remove any mention of the h2 in the CSS file.

    This will then make the H2 tag normal

    Regards,
    Toycel
     
    Toycel, Nov 7, 2011 IP
  3. wounded1987

    wounded1987 Well-Known Member

    Messages:
    2,914
    Likes Received:
    60
    Best Answers:
    0
    Trophy Points:
    150
    #3
    your css is global css, if there is no other css in the template it should work, but sometimes other css has a better pointing and will overide your global css.

    try #heading h2 { }
     
    wounded1987, Nov 15, 2011 IP
  4. beven

    beven Well-Known Member

    Messages:
    483
    Likes Received:
    1
    Best Answers:
    1
    Trophy Points:
    113
    #4
    Make an Id or use inline Css
     
    beven, Nov 18, 2011 IP
  5. MsNN

    MsNN Peon

    Messages:
    28
    Likes Received:
    0
    Best Answers:
    3
    Trophy Points:
    0
    #5
    If you were more clar about what youare trying to do, it would be easier to help. *smiles*
     
    MsNN, Nov 23, 2011 IP
  6. premium-theme

    premium-theme Peon

    Messages:
    35
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    remove the h2 reference from the below css

    h1, h2, h3, h4, h5, h6 {
    font-family:'Bebas', Arial, sans-serif;
    color:#000000;
    word-spacing:2px;
    margin-top:10px;
    }
     
    premium-theme, Nov 23, 2011 IP