I just figure out that changing information in the stylesheet doesn’t do anything, I’ve changed things in the “additional CSS” page and I was able to change the title size.
However, I’m still having trouble with overriding certain things, for example, if I want to change the font family of the site description, I can use:
.site-description{
font-family: ‘Roboto’, sans-serif !important;
font-size:100px !important;
}
which only changes the font size, but not the family. This is also true for changing the color of the entry-title with
h2.entry-title {
color:#fff !important;
}
and lastly, how can I remove the categories from showing up on the home page? I have turned “off” categories in the theme options, but they are still showing up. Please advise!