Hi guys, I'd like to change the text font and style in regular pages and blog pages, but the shouldn't be the same font. How can I change this? Thanks, Mike
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .featured_item p { font-family: symbol; } .featured_item a { font-family: symbol; } .content p { font-family: symbol; } .content a { font-family: symbol; } Inplace of "symbol" put your font type.