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
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
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 { }
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; }