I am trying to add custom css to wordpress page. Which is trying to load an image from the gallery for some reason though certain parts of the css are not working. Not sure if this has to do with the css or wordpress. Here is the css that i am trying to add and its not working:
I tried changing the font size which doesn't work, it does let me change the font family but not the size
@import "url(http://fonts.googleapis.com/css?family=Bree+Serif)";
.widgettitle{
font-family: 'Bree Serif';
font-size: 150px;
}
Now if i try to add a background image nothing shows up:
.widgettitle{
background-image:url(/wp-content/uploads/2015/05/small_pic.png);
}