• I would like to make the font size of the post title smaller, post title gets cramped when it is a longer post title ! I have had a look in stylesheet css, but not sure what part to edit !

    What part would I edit ? thanks.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Moderator t-p

    (@t-p)

    site URL?

    Thread Starter beeza

    (@beeza)

    The url of the theme http://wordpress.org/extend/themes/mystique

    I would to make the post titles a little smaller, in this theme.

    We need to see your site – not the theme download page.

    Thread Starter beeza

    (@beeza)

    My site is not yet live ! I was just wondering what part of the stylesheet code would I alter? For the theme Mystique by digitalnature, the link for the theme is above.

    The font in the post titles look a little large, it can be seen in the theme url above.

    I’d suggest you try using Firefox with the Firebug add-on for this kind of work.

    Thread Starter beeza

    (@beeza)

    I will keep searching in the code. I am sure I will find the bit of code I need to alter.

    Thread Starter beeza

    (@beeza)

    I managed to find the bit of code in style.css.Changing it to font-size: 120% gives a nice smaller text.

    h2.title{
      font-weight: bold;
      font-size: 160%;
      margin:0 0 .2em 0;
      padding:.2em 0 0 0;
      text-shadow: #fff 1px 1px 1px;
    }

    Thanks Beeza

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Title Font a bit big’ is closed to new replies.