• Some folks have trouble with default header text that remains, though a custom header image is used.

    Here’s a solution that worked for me. Not very elegant though:

    (1) Go to “dynamic-css.php”

    (2) Look for the following section:

    } else {
    echo ‘
    /*active when header is replaced with custom image */
    #header h1, #header h1 a, #header h1 a:visited {
    padding-top: 10px;
    font-size: 2.3em;
    text-align: left;
    }

    (3) Change the font size from “2.3em” to “0em”

    Hope this helps. Please let me know if you’ve a better solution!

    http://wordpress.org/extend/themes/under-the-influence/

  • The topic ‘[Theme: Under the Influence] solution for header-text trouble’ is closed to new replies.