Header/Home Page Button Font Change
-
I need to change the font to Trajan on the header that reads “Mobile Generated News”. I was able to find the CSS code to change the menu/page font on the menu bar, but not the “Mobile Generated News” header/home button.
The blog I need help with is: (visible only to logged in users)
-
I found it online:
header a {
font-size: 28px;
font-family: Trajan, “Myriad”, Times, serif;
line-height: 0;
padding: 0;
border-width: 0;
border-left-width: 0;
} -
- The topic ‘Header/Home Page Button Font Change’ is closed to new replies.