Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter jeratbp

    (@jeratbp)

    let me change it to one of the well known fonts. although I really like it in Camino. Not sure how it looks on a Windows pc though.

    however, more people should by a Mac. which is funny coming from me, since I’ve been in the IT field for over 12 years, working with Windows based operating systems.

    As for removing the other fonts …..please show me how that has affected the rest of my blog. I appreciate your comment, but I don’t see a change anywhere else.

    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

    here’s the link to my blog (Tandil theme), you can see the results:
    Jeremy Bailey’s Blog

    I also updated the Header picture in my /images folder. If you want help with that, please contact me thru my blog.

    This change I made in the STYLE.CSS file. First I changed the font itself, I used the Mac app Kompozer to get the font-family. I also changed the font size:

    #header h1 a{
    font-family: Arno Pro Bold Italic; (I took out all the other styles that were listed)
    font-weight: 100;
    color: #e7dede;
    text-decoration: none;
    font-size: 52px; (the default was 46px)
    letter-spacing: 1px;
    }

    #header h2{
    font-family: Myriad, “Myriad Pro”, Arial, Georgia, Times New Roman, Times, serif;
    padding: 1px 0 1px 10px;
    font-weight:110;
    color: #e7dede;
    font-size: 24px; (default was 16px)
    letter-spacing: 1px;
    }

    This next change I made in the HEADER.PHP file
    I put a space (the “br” in <> is the code for a space) between my title and subtitle:

    br
    <h1>/”><?php bloginfo(‘name’); ?></h1>
    br
    <h2><?php bloginfo(‘description’); ?></h2>

    Enjoy!
    Jeremy

    Here’s the code in the Header.php file that I had to remove.

    <div id=”search2″>
    <form method=”get” id=”searchform2″ action=”<?php bloginfo(‘home’); ?>/”>
    <div><input class=”searchinput” type=”text” onfocus=”doClear(this)” value=”<?php _e(‘Search’); ?>” name=”s” id=”s” />
    <input type=”submit” id=”searchsubmit2″ class=”search_button” value=”Search” />
    </div>
    </form>
    </div>

    Jeremy

    Forum: Plugins
    In reply to: Setting Up WP Email Capture

    I got mine installed, just like any other plugin. After it was installed and activated, I went under the SETTINGS section then to WP EMAIL CAPTURE. I configured this section based on the required info.

    My issue:
    While testing as username AT gmail DOT com, I am able to receive the confirmation email. However, I can’t find the saved contact information anywhere in MY DASHBOARD. Anyone know where it’s supposed to end up?

    Jeremy and Anne Leigh’s Blog

    Jeremy

    Bob, thank you very much! I’ve been trying to get this issue resolved for a few days.

    I was able to use Photoshop to copy the picture of my wife and I, paste it onto the /images/header/seaGreen.jpg file. Then I renamed the original file in the directory to seaGreen_original.jpg. Copied my new file into the directory and now it’s working.

    Jeremy and Anne Leigh’s Blog

    However, the picture is really small. Maybe I need a different theme.
    Thanks

    See next message

Viewing 8 replies - 1 through 8 (of 8 total)