H1 backgroung font
Hello,
I would like to know how can i change the background color in h1.
I´ve tried many things but none have worked.
my website is : http://www.teamguerrilla.pt
I´ve tried this in custom css:
h1 { background-color:#000000; !important; font-weight:900; }
-
With this code i can get the font-weight to change, but i can´t get a background color, can you help please ?
Best Regards,
N.
Comments
The website in under maintenance.
you got an error in the code
h1 { background-color:#000000; !important; font-weight:900; }
it should be like this:
h1 { background-color:#000000 !important; font-weight:900; }
thanks
If you want the spacing to dissapear under the h1 just add margin-bottom:0 !important; into your css.
You can change the line height in the css directly or in theme options>fonts>size&style