• hi how to change the font type in the title of the post in Inove theme

    for example in this url telecomtalk.info/vodafone-unveils-magic-at-work/9908/ the title of the post is “Vodafone Unveils Magic at Work”

    i want to change the font style to Verdana can anyone help me on this

Viewing 3 replies - 1 through 3 (of 3 total)
  • The font style of your post headers is already Verdana.

    style.css:

    .post h2 {
    border-bottom:1px solid #CCCCCC;
    display:block;
    font-family:Verdana,"BitStream vera Sans";
    font-size:16px;
    margin-top:10px;
    padding:0 5px 3px;
    }

    Thread Starter taruntanu

    (@taruntanu)

    Ohh what if i need to change to some other font like “Arial” what should be done ?

    Change the font-family in the CSS block quoted above.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change the font style in title of the post in invoe theme’ is closed to new replies.