I want to change the font, its size and delete the bold of the Features title, but can't find the code. I looked around using Firebug, but the code I found doesn't seem to work. For example, to change the size, I found this code:
#feature_slider .fcontent .ftitle {
font-size: 28px;
font-family:georgia, sans serif;
line-height: 1.3em;
vertical-align: middle;}
When I change the font size in firebug, the font changes on the page, but nothing happens when I drop it into Custom CSS.
Also, I can't find a way to change the font family. I tried
.thead, h1, h2, h3, h4, h5, h6, .site-title {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: bold;}
but that didn't work.
The page is
John


This topic is locked








