Forums

Blog Title????? (33 posts)

  1. jvazjr
    Member
    Posted 2 years ago #

    how can i change my blog title's font and size, etc.???

  2. alchymyth
    The Sweeper
    Posted 2 years ago #

    in the style.css of your theme

  3. jvazjr
    Member
    Posted 2 years ago #

    but which part

  4. Edward Caissie
    Member
    Posted 2 years ago #

    If you can provide a link to your blog with the theme you want to change active then possibly the specific CSS can be suggested.

    It is common for blog titles to use either the H1 or H2 tag but without specific references to the theme you are using it can be very difficult to make suggestions that will work.

  5. jvazjr
    Member
    Posted 2 years ago #

    i am using the black splat wp theme

    jvazjrsblog.com

  6. alchymyth
    The Sweeper
    Posted 2 years ago #

    to change blog title size and font, adapt in the style.css:

    #header h1 a {
      color: #d3d082;
      font-size: 16pt;
      text-decoration: none;
      font: Georgia, "Times New Roman", Times, serif;
      }

    instead of: 'font: Georgia, "Times New Roman", Times, serif' choose your own font(s).

  7. jvazjr
    Member
    Posted 2 years ago #

    thanks

    is there any way i can add italics or bold too?

  8. alchymyth
    The Sweeper
    Posted 2 years ago #

    you find a lot info about font styling here.

    you have to include this into the style declaration, for instance:

    #header h1 a {
      color: #d3d082;
      font-size: 16pt;
      text-decoration: none;
      font: Georgia, "Times New Roman", Times, serif;
      font-style:italic;
      font-weight:bold;
      }
  9. jvazjr
    Member
    Posted 2 years ago #

    i tried putting in the font and nothing happens???

  10. alchymyth
    The Sweeper
    Posted 2 years ago #

    i just looked at your blog and could find no changes in the style.css.
    changing the font could be done more specific with
    font-family: Georgia, "Times New Roman", Times, serif;
    instead of
    font: Georgia, "Times New Roman", Times, serif;
    please try this.
    and did you upload your style.css back into the theme folder? (no offense - i have forgotten myself to upload things after i changed them ;-)

  11. jvazjr
    Member
    Posted 2 years ago #

    i added the font for times new roman and nothing

  12. alchymyth
    The Sweeper
    Posted 2 years ago #

    where exactly did you add that?
    there are still no changes in your style.css.

    did you use FTP to get your style sheet from:
    http://jvazjrsblog.com/wp-content/themes/black-splat-wr/style.css, then changed the part in the style sheet

    #header h1 a {
      color: #d3d082;
      font-size: 16pt;
      text-decoration: none;
      font: "Times New Roman";
      }

    then uploaded the stlye.css again with FTP?
    if so, then my knowledge cannot help you further - should have worked.

  13. jvazjr
    Member
    Posted 2 years ago #

    i added and then i took it out since it does not work

  14. alchymyth
    The Sweeper
    Posted 2 years ago #

    did you clear your browser cache while you were checking if the change worked?

  15. jvazjr
    Member
    Posted 2 years ago #

    yes

  16. alchymyth
    The Sweeper
    Posted 2 years ago #

    i don't want to sound annoying - i am just trying to find out why it did not work:
    do you actually have Times New Roman on your computer installed?

    could you maybe upload the change again and leave it up for a while until i can check if it works on my end?

  17. jvazjr
    Member
    Posted 2 years ago #

    ok

    do i include the quotation marks with times new roman??

  18. alchymyth
    The Sweeper
    Posted 2 years ago #

    yes, with all font names which consist of more than a single word, you have to include quotation marks.

  19. jvazjr
    Member
    Posted 2 years ago #

    i was able to change the size but not the type of font??

  20. jvazjr
    Member
    Posted 2 years ago #

    now i cannot change the size again??

  21. alchymyth
    The Sweeper
    Posted 2 years ago #

    thank you for uploading.
    font was larger, and is now small again.
    please change the font to:
    font-family: "Times New Roman", Times, serif;
    i saw that 'font: "Times New Roman"' did not work. hopefully the 'font-family' thing should work.

  22. jvazjr
    Member
    Posted 2 years ago #

    i still see the same thing??

  23. alchymyth
    The Sweeper
    Posted 2 years ago #

    thank you for your patience. it worked.
    i have a serif font on my screen.

  24. jvazjr
    Member
    Posted 2 years ago #

    now how can i add italics and bold and things like that?

  25. alchymyth
    The Sweeper
    Posted 2 years ago #

    here it is again:

    #header h1 a {
      color: #d3d082;
      font-size: 16pt;
      text-decoration: none;
      fontfamily:  "Times New Roman", Times, serif;
      font-style:italic;
      font-weight:bold;
      }

    and the link for some explanations.

  26. jvazjr
    Member
    Posted 2 years ago #

    ok

    thanks for your help

  27. alchymyth
    The Sweeper
    Posted 2 years ago #

    you are welcome.
    bye for now.

  28. jvazjr
    Member
    Posted 2 years ago #

    one more question, sorry

    where can i find colors?

  29. alchymyth
    The Sweeper
    Posted 2 years ago #

    for instance: color schemer.
    or wikipedia.

  30. tombrennan77
    Member
    Posted 2 years ago #

    My blog has too much space between the title and the tag line. arcticternbooks.com Is there a way to narrow that space? - Tom Brennan

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.