Thread Starter
alsnou
(@alsnou)
also is it possible to remove the category from showing up on the home page under the post’s image? And lastly, how do I change the title size of posts/pages? I’ve tried a few combinations of:
.site-title {
font-size: 2rem;
}
to no affect. Thanks in advance!
Thread Starter
alsnou
(@alsnou)
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!