Support » Fixing WordPress » Unable to change font size larger in header

  • I have gone in and changed the font larger on the dashboard under design options and in the custom.css in the ftp. when you go back to my page it still shows it very small. When you hit the refresh button or go to a diff. page on my blog you can see that the font gets larger again and then immediately goes back to small again. Any ideas? Are there several layers of changes I need to make other than the 2 listed above? if so..what would they be and where do I change them at? My site is http://tracyrewerts.com
    Thank you for your quick response,
    Tracy

Viewing 5 replies - 1 through 5 (of 5 total)
  • Try adding !important in your css file, like this:

    h2 { font-size: 18px !important; }

    This will override any other css that may be affecting the size.

    Thread Starter health4us

    (@health4us)

    Thank you for helping. we did add the !important; after the font size in the custom.css file. we also did the exact thing you had above with the h2 in front and still nothing. You go back and refresh my site and it shows it big for one moment and then back small again.
    any other ideas?
    Thanks,
    Tracy

    Is it the link in your header (Tracy Rewerts) that you want to resize?
    Then add this:

    #logo a { font-size: 18px !important; }

    Or for the tagline underneath (Network Marketing…):

    #tagline { font-size: 18px !important; }

    This should do the trick 🙂

    Tracy,

    My blog – Jeremy Bailey’s Blog
    Contact me thru my blog if you need more help.

    Here’s the change I made to my blogs Style.css file:

    #header h1 a{
    font-family: Arno Pro Bold Italic; (removed the other font families)
    font-weight: 100;
    color: #e7dede;
    text-decoration: none;
    font-size: 52px; (the default was 46px)
    letter-spacing: 1px;
    }

    Jeremy

    I’ve read the information here about changing font size, but nothing seems to work. I simply want to make the font larger on the tagline of the header in the Twenty Ten theme. I don’t see anything in the CSS called “tagline”, but rather “description”.

    I’m new to all of this. Please help! My site is http://www.truthforlifesjourney.com

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Unable to change font size larger in header’ is closed to new replies.